mirror of
https://github.com/weaveworks/scope.git
synced 2026-05-20 08:03:15 +00:00
cri-o was used as an example as it is relatively easy to setup a cluster using that container runtime as compared to others.
17 lines
388 B
YAML
17 lines
388 B
YAML
# borrowed from https://cloud.weave.works/k8s/scope.yaml?k8s-version=1.10.0
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: ClusterRoleBinding
|
|
metadata:
|
|
name: weave-scope
|
|
labels:
|
|
name: weave-scope
|
|
namespace: weave
|
|
roleRef:
|
|
kind: ClusterRole
|
|
name: weave-scope
|
|
apiGroup: rbac.authorization.k8s.io
|
|
subjects:
|
|
- kind: ServiceAccount
|
|
name: weave-scope
|
|
namespace: weave
|