Created
January 23, 2025 17:51
-
-
Save munishpalmakhija/4e26cd740838d16811f0ac063fb3f5ca to your computer and use it in GitHub Desktop.
kind-tpsm.yaml
This file contains 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
kind: Cluster | |
apiVersion: kind.x-k8s.io/v1alpha4 | |
nodes: | |
- role: control-plane | |
# This option mounts the host docker registry folder into | |
# the control-plane node, allowing containerd to access them. | |
containerdConfigPatches: | |
- |- | |
[plugins."io.containerd.grpc.v1.cri".registry.configs."<harborurl>".tls] | |
insecure_skip_verify = true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment