Created
September 5, 2019 10:28
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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