mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-16 03:49:52 +00:00
46 lines
689 B
YAML
46 lines
689 B
YAML
# borrowed from https://cloud.weave.works/k8s/scope.yaml?k8s-version=1.10.0
|
|
# with little modificatios to reduce permissions
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: ClusterRole
|
|
metadata:
|
|
labels:
|
|
name: weave-scope
|
|
name: weave-scope
|
|
namespace: weave
|
|
rules:
|
|
- apiGroups:
|
|
- ""
|
|
resources:
|
|
- pods
|
|
- replicationcontrollers
|
|
- services
|
|
- nodes
|
|
- namespaces
|
|
verbs:
|
|
- list
|
|
- watch
|
|
- apiGroups:
|
|
- apps
|
|
resources:
|
|
- statefulsets
|
|
verbs:
|
|
- list
|
|
- watch
|
|
- apiGroups:
|
|
- batch
|
|
resources:
|
|
- cronjobs
|
|
- jobs
|
|
verbs:
|
|
- list
|
|
- watch
|
|
- apiGroups:
|
|
- extensions
|
|
resources:
|
|
- daemonsets
|
|
- deployments
|
|
- replicasets
|
|
verbs:
|
|
- list
|
|
- watch
|