Skip to content

Commit 331800d

Browse files
authored
fix: Align ib-kubernetes RBAC permissions with those of network-operator (#954)
Network-operator doesn't allow to get * resources from k8s.cni.cncf.io. When ib-k8s deploys, it asks for more permissions thus failing to start
2 parents 46f5270 + 6f1504e commit 331800d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/state-ib-kubernetes/0030-cluster_role.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ rules:
2020
resources: ["pods"]
2121
verbs: ["get", "list", "patch", "watch"]
2222
- apiGroups: ["k8s.cni.cncf.io"]
23-
resources: ["*"]
23+
resources: ["network-attachment-definitions"]
2424
verbs: ["get"]

0 commit comments

Comments
 (0)