Skip to content

Commit a5a2d21

Browse files
committed
chore: change PodCIDR in templates
See #34
1 parent 46e2b4e commit a5a2d21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/clusterctl-templates/cluster-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
spec:
88
clusterNetwork:
99
pods:
10-
cidrBlocks: ${POD_CIDR:=["192.168.0.0/16"]}
10+
cidrBlocks: ${POD_CIDR:=["10.240.0.0/12"]}
1111
controlPlaneRef:
1212
apiVersion: controlplane.cluster.x-k8s.io/v1beta1
1313
kind: KubeadmControlPlane

config/clusterctl-templates/example_variables.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ export METAL_API_URL=http://metal.172.17.0.1.nip.io:8080
22
export METAL_API_HMAC=metal-admin
33

44
export METAL_PROJECT_ID=00000000-0000-0000-0000-000000000001
5-
export POD_CIDR=192.168.0.0/16
5+
export POD_CIDR=10.240.0.0/12
66
export METAL_PARTITION=mini-lab
77

88
export FIREWALL_MACHINE_SIZE=v1-small-x86

0 commit comments

Comments
 (0)