Skip to content

Instantly share code, notes, and snippets.

@m-kyle
Last active September 27, 2018 13:55
Show Gist options
  • Save m-kyle/5d20e899b1d91c387332ac00f46b7ed2 to your computer and use it in GitHub Desktop.
Save m-kyle/5d20e899b1d91c387332ac00f46b7ed2 to your computer and use it in GitHub Desktop.
admin user serviceaccount
apiVersion: v1
kind: ServiceAccount
metadata:
name: admin-user
namespace: kube-system
---
apiVersion: rbac.authorization.k8s.io/v1beta1
kind: ClusterRoleBinding
metadata:
name: admin-user
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: cluster-admin
subjects:
- kind: ServiceAccount
name: admin-user
namespace: kube-system
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment