Skip to content

Instantly share code, notes, and snippets.

@erkie
Created November 3, 2018 11:04
Show Gist options
  • Save erkie/1f44f9859cafb95cbcda44c2554a4458 to your computer and use it in GitHub Desktop.
Save erkie/1f44f9859cafb95cbcda44c2554a4458 to your computer and use it in GitHub Desktop.
Service accounts needed to run Kubernetes Dashboard on DigitalOcean Kubernetes
apiVersion: rbac.authorization.k8s.io/v1beta1
kind: ClusterRoleBinding
metadata:
name: kubernetes-dashboard
labels:
k8s-app: kubernetes-dashboard
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