Replies: 2 comments
-
There are manual rolling update annotations you can use for Kafka and ZooKeeper nodes. You can find the exact name of the annotation in the docs - I think it is |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks @scholzj for the prompt reponse 👍 , found it here using
|
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
Uh oh!
There was an error while loading. Please reload this page.
-
Dear friend, we are using StrimziPodSet for kafka & zookeeper, somethings we want to change the pod node pool manually using kubectl cordon command, just wondering if there's any try to trigger a manual rolling restart for each of them, trying to search doc, I can find kafkaconnetor could be restart with
kubectl annotate KafkaConnector <connector-name> strimzi.io/restart=true
, however no luck for sps so far, thanks in advance. 🙏Beta Was this translation helpful? Give feedback.
All reactions