mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-22 01:30:35 +00:00
Merge pull request #20 from sridhargaddam/gncontroller-nodes
Add role for globalnet controller to annotate a node
This commit is contained in:
@@ -69,11 +69,8 @@ metadata:
|
|||||||
name: {{ template "submariner.fullname" . }}:globalnet
|
name: {{ template "submariner.fullname" . }}:globalnet
|
||||||
rules:
|
rules:
|
||||||
- apiGroups: [""]
|
- apiGroups: [""]
|
||||||
resources: ["services", "namespaces", "pods"]
|
resources: ["services", "namespaces", "pods", "nodes"]
|
||||||
verbs: ["get", "list", "watch", "update"]
|
verbs: ["get", "list", "watch", "update"]
|
||||||
- apiGroups: [""]
|
|
||||||
resources: ["nodes"]
|
|
||||||
verbs: ["get"]
|
|
||||||
- apiGroups: ["submariner.io"]
|
- apiGroups: ["submariner.io"]
|
||||||
resources: ["endpoints", "clusters"]
|
resources: ["endpoints", "clusters"]
|
||||||
verbs: ["get", "list", "watch"]
|
verbs: ["get", "list", "watch"]
|
||||||
|
|||||||
Reference in New Issue
Block a user