Skip to content

Instantly share code, notes, and snippets.

@nilesh93
Created May 10, 2022 12:13
Show Gist options
  • Select an option

  • Save nilesh93/d14c944e5d5edc87e3bf33d9765b3cc5 to your computer and use it in GitHub Desktop.

Select an option

Save nilesh93/d14c944e5d5edc87e3bf33d9765b3cc5 to your computer and use it in GitHub Desktop.
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
annotations:
rbac.authorization.kubernetes.io/autoupdate: "true"
labels:
kubernetes.io/bootstrapping: rbac-defaults
name: cluster-admin
rules:
- apiGroups:
- '*'
resources:
- '*'
verbs:
- '*'
- nonResourceURLs:
- '*'
verbs:
- '*'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment