Last active
May 19, 2017 11:48
-
-
Save lazypower/313a55ee753973528c6cbff993644a9b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This role binding allows "kube-system:default" admin privleged access | |
kind: ClusterRoleBinding | |
apiVersion: rbac.authorization.k8s.io/v1beta1 | |
metadata: | |
name: add-on-cluster-admin | |
namespace: kube-system | |
subjects: | |
- kind: ServiceAccount | |
name: default | |
namespace: kube-system | |
roleRef: | |
kind: ClusterRole | |
name: cluster-admin | |
apiGroup: rbac.authorization.k8s.io |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment