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
Is your feature request related to a problem? Please describe.
Helm is used as a lifecycle manager to deploy both manifests and charts. I propose that we should use Kubernetes server side apply instead of Helm to deploy manifests. Often details of Helm will leak out into manifests. Users will see added annotations, Helm errors in the case of a failed deployment, and may run into Helm specific logic. For example Helm may behave unexpectedly for CRDs. Switching over to server side apply should simplify manifests and bring the flow in line with what a user would expect
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Helm is used as a lifecycle manager to deploy both manifests and charts. I propose that we should use Kubernetes server side apply instead of Helm to deploy manifests. Often details of Helm will leak out into manifests. Users will see added annotations, Helm errors in the case of a failed deployment, and may run into Helm specific logic. For example Helm may behave unexpectedly for CRDs. Switching over to server side apply should simplify manifests and bring the flow in line with what a user would expect
The text was updated successfully, but these errors were encountered: