You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
334 B

  1. ---
  2. apiVersion: rbac.authorization.k8s.io/v1beta1
  3. kind: ClusterRoleBinding
  4. metadata:
  5. name: kubernetes-dashboard
  6. labels:
  7. k8s-app: kubernetes-dashboard
  8. roleRef:
  9. apiGroup: rbac.authorization.k8s.io
  10. kind: ClusterRole
  11. name: cluster-admin
  12. subjects:
  13. - kind: ServiceAccount
  14. name: kubernetes-dashboard
  15. namespace: kube-system