Replies: 1 comment 3 replies
-
I think the error suggests that you have a Pod which uses a volume that cannot be used with any of the nodes. This could be for example because of using local storage or Amazon AWS EBS volumes which are tied to a particular AZ. But hard to say more without a detailed knowledge of your environment. |
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.
-
Hi Team,
Currently, I'm facing an issue in which my pod 1 of 3 broker/zookeeper is not getting scheduled in 2 nodes in different AZs. Getting below error
0/2 nodes are available: 2 node(s) had volume node-affinity conflict. preemption: 0/2 nodes are available: 2 Preemption is not helpful for scheduling
Is this due to rack.topology that has been set to zones? How to resolve this issue?
Beta Was this translation helpful? Give feedback.
All reactions