Skip to content

Instantly share code, notes, and snippets.

@guilhem
Created November 21, 2017 15:49
Show Gist options
  • Save guilhem/2ce54da344eee8f12ef06e85f6c90e69 to your computer and use it in GitHub Desktop.
Save guilhem/2ce54da344eee8f12ef06e85f6c90e69 to your computer and use it in GitHub Desktop.
kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: kubernetes-dashboard-rb
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: cluster-admin
subjects:
- kind: ServiceAccount
name: kubernetes-dashboard
namespace: kube-system
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment