Volume Node Affinity Conflict #8833
Unanswered
brunooliveiramac
asked this question in
Q&A
Replies: 1 comment 3 replies
-
What is the |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm facing an issue when using persistent volumes in google cloud Kubernetes.
Basically, I do have a cluster with a Kafka node, and this node has 3 zones:
I do have node affinity so my strmzi Kafka clusters are scheduled on the Kafka node.
The problem is, one of my volumes is being created by strimzi in a different node, other than Kafka kubernetes node, and my kafka cluster is not being able to schedule, complaining about a volume affinity conflict.
Beta Was this translation helpful? Give feedback.
All reactions