Skip to content

Commit f66e30f

Browse files
authored
Merge pull request #8661 from killianmuldoon/pr-kind-dualstack
🌱 Use dualstack kind cluster in quick-start and startup script
2 parents d034493 + 2810cf0 commit f66e30f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/book/src/user/quick-start.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ a target [management cluster] on the selected [infrastructure provider].
8383
cat > kind-cluster-with-extramounts.yaml <<EOF
8484
kind: Cluster
8585
apiVersion: kind.x-k8s.io/v1alpha4
86+
networking:
87+
ipFamily: dual
8688
nodes:
8789
- role: control-plane
8890
extraMounts:

hack/kind-install-for-capd.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ fi
5151
cat <<EOF | kind create cluster --name="$KIND_CLUSTER_NAME" --config=-
5252
kind: Cluster
5353
apiVersion: kind.x-k8s.io/v1alpha4
54+
networking:
55+
ipFamily: dual
5456
nodes:
5557
- role: control-plane
5658
extraMounts:

0 commit comments

Comments
 (0)