Replies: 1 comment
-
It seems like this issue have occurred in the past: #3275 |
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 all,
Recently I have experienced severe incident which my production pods were scaled down to 0 by Rollout Object while performing canary rollout, leading to partial service failure.
Rollout object should only create canary pods while leaving stable pods intact. But Rollout object scaled down the stables pods(ReplicaSet revision 11) unexpectedly(see below image).
Is there any API that makes Rollout object to perform scaling down of stable pods?
Beta Was this translation helpful? Give feedback.
All reactions