Is there a way to recreate pods of k8s? #4769
Unanswered
kentakozuka
asked this question in
Q&A
Replies: 1 comment
-
Seems https://github.com/kubernetes/kubectl/blob/master/pkg/polymorphichelpers/objectrestarter.go |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the case that we want to recreate pods such as a secret being updated, we should run
kubectl rollout restart deployment
against the cluster. But we do not want to execute kubectl to the cluster directly and it would be great that PipeCD could do that.Beta Was this translation helpful? Give feedback.
All reactions