Skip to content

Instantly share code, notes, and snippets.

@troygoode
Created July 30, 2018 16:15
Show Gist options
  • Save troygoode/102596f2ebc4211ccbdaf7c738cea7e5 to your computer and use it in GitHub Desktop.
Save troygoode/102596f2ebc4211ccbdaf7c738cea7e5 to your computer and use it in GitHub Desktop.
K8s Dashboard Setup
apiVersion: rbac.authorization.k8s.io/v1beta1
kind: ClusterRoleBinding
metadata:
name: eks-admin
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: cluster-admin
subjects:
- kind: ServiceAccount
name: eks-admin
namespace: kube-system
apiVersion: v1
kind: ServiceAccount
metadata:
name: eks-admin
namespace: kube-system
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment