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
I don't know, if this is even a feature of kubernetes itself (or rather its API) or kubectl...
I emulated this by loading deployment and modifying an annotation in pod spec / pod template - or by applying same deployment with different annotation.
There's a chance that kubectl also just does that.
If you update a deployments chart it should update and trigger a rolling restart - we use this with YAML chart templates and apply the changes and it works well.
If you use the pull policy of always or use a different tag for your image it should get a fresh image too.
Can I run this command with the library?
kubectl rollout restart -n default deployment/test
The text was updated successfully, but these errors were encountered: