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
Is your feature request related to a problem? Please describe.
A common feature request is to be able to restart all pods of a deployment. This is basically the new kubectl rollout restart feature in kubectl v1.15:
A new resource action should be introduced for deployments, "restart", which mimics the behavior of kubectl rollout restart, which essentially sets an timestamp annotation on spec.template.metadata.annotations, kubectl.kubernetes.io/restartedAt to current timestamp.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
A common feature request is to be able to restart all pods of a deployment. This is basically the new
kubectl rollout restart
feature in kubectl v1.15:https://github.com/kubernetes/kubernetes/pull/76062/files
Describe the solution you'd like
A new resource action should be introduced for deployments, "restart", which mimics the behavior of
kubectl rollout restart
, which essentially sets an timestamp annotation onspec.template.metadata.annotations
,kubectl.kubernetes.io/restartedAt
to current timestamp.The text was updated successfully, but these errors were encountered: