Pod restart behaviour #4155
Unanswered
merorafael
asked this question in
Q&A
Replies: 1 comment
-
Do you have liveness and readiness probes in your pods? |
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
-
Hi folks, I noticed a strange behaviour during a
kubectl-argo-rollouts restart
(doc) command execution. Considering this doc, Argo Rollouts usesmaxUnavailable
to determine how many pods will be terminated by time. Considering the value0%
formaxUnavailable
parameter, the pods are restarted once per time (following the documentation). However, the controller is not waiting for the pod to be ready before following with the other changes, resulting in downtime in the application. Is there a way to avoid this behaviour, and the Argo Rollouts controller waits for the ready pod's status before terminating another pod?Beta Was this translation helpful? Give feedback.
All reactions