Created
August 5, 2024 12:59
-
-
Save zdk/73074711b8bad75d37134e83bc4df1a3 to your computer and use it in GitHub Desktop.
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
docker pull registry.k8s.io/ingress-nginx/controller:v1.8.1 | |
docker pull registry.k8s.io/ingress-nginx/kube-webhook-certgen:v20230407 | |
kind load docker-image -n dev registry.k8s.io/ingress-nginx/controller:v1.8.1 | |
kind load docker-image -n dev registry.k8s.io/ingress-nginx/kube-webhook-certgen:v20230407 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment