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
A bug (kubernetes-sigs/kustomize#5031) in the currently included kustomize version (5.3.0) causes patched manifests with null values have their values replaced by strings "null". This makes it hard to for example change a DeploymentStrategy from RollingUpdate to Recreate. The bug is fixed upstream (kubernetes-sigs/kustomize#5519), it is included in Kustomize 5.4.1.
Thank you! We will keep this in mind and will try to update to the latest version when it's time to release the next minor version of Config Sync (currently end of summer).
A bug (kubernetes-sigs/kustomize#5031) in the currently included kustomize version (5.3.0) causes patched manifests with
null
values have their values replaced by strings"null"
. This makes it hard to for example change a DeploymentStrategy fromRollingUpdate
toRecreate
. The bug is fixed upstream (kubernetes-sigs/kustomize#5519), it is included in Kustomize 5.4.1.Working example patch with kubectl:
It's not possible to achieve the same results using the current nomos / config-sync versions, it will result in the following error:
If you run nomos with
--no-api-server-check
it is clear why, the manifest excerpt in question:Please consider bumping the included Kustomize version to the latest stable.
The text was updated successfully, but these errors were encountered: