# borrowed from https://cloud.weave.works/k8s/scope.yaml?k8s-version=1.9.3 # 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 - persistentvolumes - persistentvolumeclaims 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 - apiGroups: - storage.k8s.io resources: - storageclasses verbs: - list - watch - apiGroups: - extensions resourceNames: - weave-scope resources: - podsecuritypolicies verbs: - use - apiGroups: - volumesnapshot.external-storage.k8s.io resources: - volumesnapshots - volumesnapshotdatas verbs: - list - watch