You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deployment of CortexFlow is by running a cli which deploys static manifests to a kubernetes cluster which are not editable until they're on the cluster. Since these manifests contain extended privileges this is a fairly dangerous action. While the privileges are required during development they should be very obvious to the cluster operator in manageable manifests on the repo.
Additionally deployment with a CLI tool to kubernetes is not gitOps friendly.
Is your feature request related to a problem?
[ x] Yes
Problem Description:
Deployment of CortexFlow is by running a cli which deploys static manifests to a kubernetes cluster which are not editable until they're on the cluster. Since these manifests contain extended privileges this is a fairly dangerous action. While the privileges are required during development they should be very obvious to the cluster operator in manageable manifests on the repo.
Additionally deployment with a CLI tool to kubernetes is not gitOps friendly.
Solution:
Describe the solution you'd like
Helm chart adding to the repository, I wrote a simple one: [#210]: add helm chart to deploy cortexflow #209
Additional info
N/A