Skip to content

Instantly share code, notes, and snippets.

@yuriburger
Created September 5, 2019 10:28
Show Gist options
  • Select an option

  • Save yuriburger/0cc35adeacc40cbe1d3a1f8a6ce5096a to your computer and use it in GitHub Desktop.

Select an option

Save yuriburger/0cc35adeacc40cbe1d3a1f8a6ce5096a to your computer and use it in GitHub Desktop.
[kubernetes pull from private repo] deploy an image from a private repository #kubernetes
kubectl create secret docker-registry regcred --docker-server=<your-registry-server> --docker-username=<your-name> --docker-password=<your-pword> --docker-email=<your-email>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment