Lens: Restart deployment

Created on 21 Jul 2020  路  7Comments  路  Source: lensapp/lens


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:

  • Kubernetes distribution: [AKS]
  • Desktop OS: Win10
areui enhancement

Most helpful comment

Thanks for the idea! Definitely something that can be added.

All 7 comments

+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}}

Was this page helpful?
0 / 5 - 0 ratings