Replies: 1 comment 3 replies
-
The operator intentionally doesn't continue to stop more pods if the pods are not recovering. Without this behaviour, it could happen that it would this way after some time kill your whole cluster by rolling always the next pod without the previous one recovering. So you need to look into why the ZooKeeper pod is pending and not running and getting ready in the first place. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Strimzi operator 0.27.1 + Drain cleaner (kafka + zookeeper)
When k8 node became drained Drain cleaner annotate broker and zookeper pods
strimzi.io/manual-rolling-update: true
Strimzi operator start manual reboot pods. Zookeper pod successfully rebooted and stay
pending
, strimzi operator keep failing withand broker pod never rebooted with strimzi.io/manual-rolling-update: true
Beta Was this translation helpful? Give feedback.
All reactions