Skip to content

Commit 6999874

Browse files
committed
specify range for service ips as well
1 parent 42628b9 commit 6999874

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

templates/flavors/kubeadm/dual-stack/kustomization.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@ resources:
44
- ../default
55

66
patches:
7+
- target:
8+
group: cluster.x-k8s.io
9+
version: v1beta1
10+
kind: Cluster
11+
patch: |-
12+
apiVersion: cluster.x-k8s.io/v1beta1
13+
kind: Cluster
14+
metadata:
15+
name: ${CLUSTER_NAME}
16+
spec:
17+
clusterNetwork:
18+
pods:
19+
cidrBlocks:
20+
- 10.192.0.0/10
21+
services:
22+
cidrBlocks:
23+
- 10.96.0.0/12
24+
- fd03::/108
725
- target:
826
group: infrastructure.cluster.x-k8s.io
927
version: v1alpha2

0 commit comments

Comments
 (0)