What would you like to be added:
A way to restart all pods of a deployment.
This can be done by add/replace an annotation lensapp.kubernetes.io/restartedAt to spec.template.metadata.annotations like kubectl rollout restart. It can be used to restart the rollout of a Deployment, StatefulSet or DaemonSet.
Idea from here: https://github.com/kubenav/kubenav/issues/80
Why is this needed:
To restart all pods of a deployment
Environment you are Lens application on:
+1
Thanks for the idea! Definitely something that can be added.
:+1:
This one can be really handy!
+1
I think it should be an easy pull request to exec kubectl rollout restart deployment {{deployment-name}}
https://github.com/lensapp/lens/pull/1175 It seems it works
Most helpful comment
Thanks for the idea! Definitely something that can be added.