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 a88871d commit 7ee94b8Copy full SHA for 7ee94b8
install/0000_30_machine-api-operator_08_rbac.yaml
@@ -157,6 +157,7 @@ rules:
157
verbs:
158
- create
159
160
+# TODO(vikasc): Remove extensions/daemonsets permissions once all controllers have bumped kubernetes-drain
161
- apiGroups:
162
- extensions
163
resources:
@@ -166,6 +167,15 @@ rules:
166
167
- list
168
- watch
169
170
+ - apiGroups:
171
+ - apps
172
+ resources:
173
+ - daemonsets
174
+ verbs:
175
+ - get
176
+ - list
177
+ - watch
178
+
179
---
180
apiVersion: rbac.authorization.k8s.io/v1
181
kind: ClusterRoleBinding
0 commit comments