Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save munishpalmakhija/4e26cd740838d16811f0ac063fb3f5ca to your computer and use it in GitHub Desktop.
Save munishpalmakhija/4e26cd740838d16811f0ac063fb3f5ca to your computer and use it in GitHub Desktop.
kind-tpsm.yaml
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