Skip to content

Instantly share code, notes, and snippets.

@CaptTofu
Created November 6, 2017 15:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CaptTofu/c2d25cba687d05250059bb237cc0174f to your computer and use it in GitHub Desktop.
Save CaptTofu/c2d25cba687d05250059bb237cc0174f to your computer and use it in GitHub Desktop.
apiVersion: rbac.authorization.k8s.io/v1beta1
kind: ClusterRoleBinding
metadata:
name: default-admin
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: cluster-admin
subjects:
- kind: ServiceAccount
name: default
namespace: kube-system
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment