We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c563eb4 commit e8f6663Copy full SHA for e8f6663
bindata/network/ovn-kubernetes/common/007-rbac-cluster-reader.yaml
@@ -37,3 +37,24 @@ rules:
37
- get
38
- list
39
- watch
40
+- apiGroups: ["network.operator.openshift.io"]
41
+ resources:
42
+ - egressrouters
43
+ verbs:
44
+ - get
45
+ - list
46
+ - watch
47
+- apiGroups: ["operator.openshift.io"]
48
49
+ - networks
50
51
52
53
54
+- apiGroups: ["k8s.cni.cncf.io"]
55
56
+ - network-attachment-definitions
57
58
59
60
0 commit comments