Kueue controller lacks permission to get parent of Kueue workload #5236
|
Hi, it looks like from v0.11.4, we require permission for Kueue controller manager to get/list/watch the kind of the parent. This code seems to be the one that requires it. For example, if there is a third-party CR that creates a pod and we've enabled pod integration, Kueue tries to get the parent of this pod workload and encounters lack of permission. I had to update cluster role in order to give the permission to get/list/watch third-party CR. Is this something intended? If so, can we document this dependency somewhere in the pod integration? |
Answered by
qti-haeyoon
May 13, 2025
Replies: 1 comment
|
I just found a related issue: #5235 |
0 replies
Answer selected by
qti-haeyoon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I just found a related issue: #5235
Let me close this discussion.