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 166b44f commit e643e30Copy full SHA for e643e30
rbac-namespace-default/events-watcher.yml
@@ -0,0 +1,30 @@
1
+# If events-kube-kafka-* goes crashlooping you probably need this
2
+---
3
+kind: ClusterRole
4
+apiVersion: rbac.authorization.k8s.io/v1beta1
5
+metadata:
6
+ name: events-watcher
7
+ labels:
8
+ origin: github.com_Yolean_kubernetes-kafka
9
+rules:
10
+- apiGroups:
11
+ - ""
12
+ resources:
13
+ - events
14
+ verbs:
15
+ - watch
16
17
+kind: ClusterRoleBinding
18
19
20
+ name: kafka-events-watcher
21
22
23
+roleRef:
24
+ apiGroup: rbac.authorization.k8s.io
25
+ kind: ClusterRole
26
27
+subjects:
28
+- kind: ServiceAccount
29
+ name: default
30
+ namespace: kafka
0 commit comments