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
{{ message }}
This repository has been archived by the owner on Apr 22, 2020. It is now read-only.
landscaper update does not update pods of ReplicaControllers or DaemonSets.
Ran into this while updating environment variables in a daemonset.
It looks like this is supported by helm with the --recreate-pods argument which is a temporary workaround in place until kubernetes upstream handles it.
It seems like this option would best be supported in the landscape definition?
I'm thinking, I only want to use this argument on specific, impacted charts (e.g. logspout) especially since it does not do a soft restart right now -- helm/helm#1702
A workaround today is to build in hooks to the chart to handle recreating it's pods.
landscaper update does not update pods of ReplicaControllers or DaemonSets.
Ran into this while updating environment variables in a daemonset.
It looks like this is supported by helm with the
--recreate-pods
argument which is a temporary workaround in place until kubernetes upstream handles it.It seems like this option would best be supported in the landscape definition?
I'm thinking, I only want to use this argument on specific, impacted charts (e.g. logspout) especially since it does not do a soft restart right now -- helm/helm#1702
A workaround today is to build in hooks to the chart to handle recreating it's pods.
helm/helm#1648
Thoughts on a plan of action?
The text was updated successfully, but these errors were encountered: