Skip to content

Instantly share code, notes, and snippets.

@alexei-led
Created April 27, 2020 06:41
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 alexei-led/1205f1a5d2f449cc3340a404ea474b77 to your computer and use it in GitHub Desktop.
Save alexei-led/1205f1a5d2f449cc3340a404ea474b77 to your computer and use it in GitHub Desktop.
Markdium-Kubernetes and Secrets Management in Cloud: Part 2
# create a cluster role
kubectl create -f deployment/clusterrole.yaml
# define a cluster role binding
kubectl create -f deployment/clusterrolebinding.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment