We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d034493 + 2810cf0 commit f66e30fCopy full SHA for f66e30f
docs/book/src/user/quick-start.md
@@ -83,6 +83,8 @@ a target [management cluster] on the selected [infrastructure provider].
83
cat > kind-cluster-with-extramounts.yaml <<EOF
84
kind: Cluster
85
apiVersion: kind.x-k8s.io/v1alpha4
86
+ networking:
87
+ ipFamily: dual
88
nodes:
89
- role: control-plane
90
extraMounts:
hack/kind-install-for-capd.sh
@@ -51,6 +51,8 @@ fi
51
cat <<EOF | kind create cluster --name="$KIND_CLUSTER_NAME" --config=-
52
53
54
+networking:
55
56
57
58
0 commit comments