On Nodes without an AMD GPU, the k8s-node-labeller DaemonSet Pod init container runs forever. #556
Unanswered
dlipovetsky
asked this question in
Q&A
Replies: 0 comments
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.
-
The operator creates the k8s-node-labeller DaemonSet.
The Pods of this DaemonSet are scheduled on all nodes. On those nodes where there is no AMDGPU, the init container runs forever:
This appends to the log every 2 seconds:
Are there some strategies to avoid this? Would the user that deploys the GPU operator need to provide an allowlist or blocklist of Nodes, or can the operator add some selectors that would work in any cluster, or something else? I'll add some ideas as I have them.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions