Kind with private registry
Setting up a private registry server
Follow https://andreaskaris.github.io/blog/openshift/private-registry/
Create a registry without authentication and make sure that the certificates are signed for DNS kind and that the registry can be queried via curl https://kind:5000/v2/_catalog.
Setting up kind
Skipping certificate validation
Deploy kind with containerConfigPatches to skip registry verification:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | |
Then, create the cluster with:
1 | |