We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46e2b4e commit a5a2d21Copy full SHA for a5a2d21
config/clusterctl-templates/cluster-template.yaml
@@ -7,7 +7,7 @@ metadata:
7
spec:
8
clusterNetwork:
9
pods:
10
- cidrBlocks: ${POD_CIDR:=["192.168.0.0/16"]}
+ cidrBlocks: ${POD_CIDR:=["10.240.0.0/12"]}
11
controlPlaneRef:
12
apiVersion: controlplane.cluster.x-k8s.io/v1beta1
13
kind: KubeadmControlPlane
config/clusterctl-templates/example_variables.rc
@@ -2,7 +2,7 @@ export METAL_API_URL=http://metal.172.17.0.1.nip.io:8080
2
export METAL_API_HMAC=metal-admin
3
4
export METAL_PROJECT_ID=00000000-0000-0000-0000-000000000001
5
-export POD_CIDR=192.168.0.0/16
+export POD_CIDR=10.240.0.0/12
6
export METAL_PARTITION=mini-lab
export FIREWALL_MACHINE_SIZE=v1-small-x86
0 commit comments