You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following messages are repeatedly emitted in the operator logs:
W1208 15:30:36.007289 1 reflector.go:535] pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:229: failed to list *v1beta3.PriorityLevelConfiguration: prioritylevelconfigurations.flowcontrol.apiserver.k8s.io is forbidden: User "system:serviceaccount:kueue-system:kueue-controller-manager" cannot list resource "prioritylevelconfigurations" in API group "flowcontrol.apiserver.k8s.io" at the cluster scope
E1208 15:30:36.007354 1 reflector.go:147] pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:229: Failed to watch *v1beta3.PriorityLevelConfiguration: failed to list *v1beta3.PriorityLevelConfiguration: prioritylevelconfigurations.flowcontrol.apiserver.k8s.io is forbidden: User "system:serviceaccount:kueue-system:kueue-controller-manager" cannot list resource "prioritylevelconfigurations" in API group "flowcontrol.apiserver.k8s.io" at the cluster scope
W1208 15:30:40.237300 1 reflector.go:535] pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:229: failed to list *v1beta3.FlowSchema: flowschemas.flowcontrol.apiserver.k8s.io is forbidden: User "system:serviceaccount:kueue-system:kueue-controller-manager" cannot list resource "flowschemas" in API group "flowcontrol.apiserver.k8s.io" at the cluster scope
E1208 15:30:40.237370 1 reflector.go:147] pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:229: Failed to watch *v1beta3.FlowSchema: failed to list *v1beta3.FlowSchema: flowschemas.flowcontrol.apiserver.k8s.io is forbidden: User "system:serviceaccount:kueue-system:kueue-controller-manager" cannot list resource "flowschemas" in API group "flowcontrol.apiserver.k8s.io" at the cluster scope
How to reproduce it (as minimally and precisely as possible):
Install the Visibility API service and start the operator with --feature-gates=VisibilityOnDemand=true.
Anything else we need to know?:
APF is enabled by default when creating a generic API server. It could either be disabled, or the required RBAC be added.
Environment:
Kueue version (use git describe --tags --dirty --always): v0.5.0-devel-396-g6d428f3-dirty
The text was updated successfully, but these errors were encountered:
What happened:
The following messages are repeatedly emitted in the operator logs:
How to reproduce it (as minimally and precisely as possible):
Install the Visibility API service and start the operator with
--feature-gates=VisibilityOnDemand=true
.Anything else we need to know?:
APF is enabled by default when creating a generic API server. It could either be disabled, or the required RBAC be added.
Environment:
git describe --tags --dirty --always
):v0.5.0-devel-396-g6d428f3-dirty
The text was updated successfully, but these errors were encountered: