Created
July 25, 2023 18:17
-
-
Save lovemycodesnippets/36410879177360c20879f93413aa5510 to your computer and use it in GitHub Desktop.
Create a Kind cluster (from "The Kubernetes Inner Loop With Cloud Foundry Korifi")
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 --namespace "cf" create secret docker-registry image-registry-credentials | |
| --docker-username="<docker-hub-username>" | |
| --docker-password "<docker-hub-access-token>" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment