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? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I just found a related issue: #5235 |
Beta Was this translation helpful? Give feedback.
I just found a related issue: #5235
Let me close this discussion.