Skip to content

Commit

Permalink
Merge pull request #3595 from weaveworks/3594-update-k8s-example-perm…
Browse files Browse the repository at this point in the history
…issions

Update examples/k8s RBAC permissions
  • Loading branch information
satyamz authored Apr 15, 2019
2 parents 9e4e8d3 + 7e39c04 commit 8a9fc2b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions examples/k8s/cluster-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,29 @@ rules:
- ""
resources:
- pods
- pods/log
- replicationcontrollers
- services
- nodes
- persistentvolumes
- persistentvolumeclaims
verbs:
- get
- list
- watch
- apiGroups:
- ""
resources:
- pods
verbs:
- delete
- apiGroups:
- apps
resources:
- deployments
- statefulsets
verbs:
- get
- list
- watch
- apiGroups:
Expand All @@ -40,10 +50,18 @@ rules:
resources:
- daemonsets
- deployments
- deployments/scale
- replicasets
verbs:
- get
- list
- watch
- apiGroups:
- extensions
resources:
- deployments/scale
verbs:
- update
- apiGroups:
- storage.k8s.io
resources:
Expand Down

0 comments on commit 8a9fc2b

Please sign in to comment.