Replies: 2 comments
-
I found sts updateStrategy is OnDelete, But I apply kafka.yaml, pod is auto update. I find k8s doc (ondelete) not auto delete nead manually delete pods k8s docs: |
Beta Was this translation helpful? Give feedback.
-
That depends on many aspects - how does your infrastructure look like, what storage you use and whether it can be used across zones etc., how exactly does your configuration look like etc. The affinity rules are only one of the ways how the scheduling is affected. It also for example follows the storage in case the PV cannot be moved. So depending on that, you might need to set up your new affinity rules and then delete the pod together with the PVC (either manually with |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have some question in My cluster.
I use Kafka (yaml) create kafka and zk cluster on gke cluster in (b,c,f)zone.
Now I create anther node pool in a-zone, So I want to transfer kafka and zk cluster to a-zone thouth Kafka(node affinity) https://strimzi.io/docs/operators/latest/configuring.html#affinity-str
Kafka data 2G, How can I to do? And how to transfer data to a-zone?
Beta Was this translation helpful? Give feedback.
All reactions