Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@vigneshragupathy
Created November 30, 2019 16:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vigneshragupathy/d25bc89e3b55a4d223fdb24866a5c8c7 to your computer and use it in GitHub Desktop.
Save vigneshragupathy/d25bc89e3b55a4d223fdb24866a5c8c7 to your computer and use it in GitHub Desktop.
# enable bootstrapping nodes to create CSR
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: create-csrs-for-bootstrapping
subjects:
- kind: Group
name: system:bootstrappers
apiGroup: rbac.authorization.k8s.io
roleRef:
kind: ClusterRole
name: system:node-bootstrapper
apiGroup: rbac.authorization.k8s.io
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment