Last active
June 10, 2017 11:59
-
-
Save miry/badcdeaa3cdfbd5f642a4e3a5f1c7bae to your computer and use it in GitHub Desktop.
# kubectl apply -f admins.yaml --validate=false
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
kind: ClusterRoleBinding | |
apiVersion: rbac.authorization.k8s.io/v1alpha1 | |
metadata: | |
name: miry-admin-binding | |
subjects: | |
- kind: User | |
name: [email protected] | |
roleRef: | |
kind: ClusterRole | |
name: cluster-admin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment