...
1# This is the role binding for the local kubectl, which is
2# used for listing hollow-nodes in start-kubemark.sh and
3# send resource creation requests, etc in run-e2e-tests.sh.
4# Also useful if you manually want to use local kubectl.
5apiVersion: rbac.authorization.k8s.io/v1
6kind: ClusterRoleBinding
7metadata:
8 name: kubecfg-cluster-admin
9 labels:
10 kubernetes.io/cluster-service: "true"
11roleRef:
12 apiGroup: rbac.authorization.k8s.io
13 kind: ClusterRole
14 name: cluster-admin
15subjects:
16- apiGroup: rbac.authorization.k8s.io
17 kind: User
18 name: kubecfg
View as plain text