Skip to content

Instantly share code, notes, and snippets.

@SaMnCo
Created February 23, 2018 11:37
Show Gist options
  • Save SaMnCo/0ecd96030f734e0726bf52bb8042b37e to your computer and use it in GitHub Desktop.
Save SaMnCo/0ecd96030f734e0726bf52bb8042b37e to your computer and use it in GitHub Desktop.
$ kubectl get clusterrolebinding super-admin-binding -o yaml
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
creationTimestamp: 2018-01-15T09:34:11Z
name: super-admin-binding
resourceVersion: "825179"
selfLink: /apis/rbac.authorization.k8s.io/v1/clusterrolebindings/super-admin-binding
uid: 3e244e73-f9d7-11e7-bdb6-42010a9a0027
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: cluster-admin
subjects:
- apiGroup: rbac.authorization.k8s.io
kind: User
name: admin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment