Skip to content

Commit

Permalink
Enable local registry in containerd when using kind-ipv6 (kubevirt#272)
Browse files Browse the repository at this point in the history
Signed-off-by: Eran Cohen <eranco@redhat.com>
  • Loading branch information
eranco74 committed Feb 10, 2020
1 parent d5bd37a commit aee32b2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cluster-up/cluster/kind/manifests/kind-ipv6.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
containerdConfigPatches:
- |-
[plugins."io.containerd.grpc.v1.cri".registry.mirrors."registry:5000"]
endpoint = ["http://registry:5000"]
networking:
ipFamily: ipv6
apiServerAddress: "::1"
nodes:
- role: control-plane

0 comments on commit aee32b2

Please sign in to comment.