Add daemonsets to ClusterRole for check CNI

Signed-off-by: Negash <i@negash.ru>
This commit is contained in:
Negash
2023-03-03 10:57:15 +01:00
committed by Stephen Kitt
parent 940619cc84
commit 0f76612b97
+8
View File
@@ -465,6 +465,14 @@ rules:
verbs: verbs:
- get - get
- create - create
- apiGroups:
- apps
resources:
- daemonsets
verbs:
- get
- list
- watch
--- ---
apiVersion: rbac.authorization.k8s.io/v1 apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding kind: ClusterRoleBinding