Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save lovemycodesnippets/36410879177360c20879f93413aa5510 to your computer and use it in GitHub Desktop.

Select an option

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")
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