From 6c207d3cb9d2d1c3a0c02087c9f7b2e4507897d1 Mon Sep 17 00:00:00 2001 From: Ashley Dumaine Date: Fri, 9 Feb 2024 13:03:45 -0500 Subject: [PATCH] tweak cidr block --- templates/cluster-template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/cluster-template.yaml b/templates/cluster-template.yaml index 1f9e2f670..075d75208 100644 --- a/templates/cluster-template.yaml +++ b/templates/cluster-template.yaml @@ -8,7 +8,7 @@ spec: clusterNetwork: pods: cidrBlocks: - - 192.168.0.0/16 + - 192.168.128.0/17 controlPlaneRef: apiVersion: controlplane.cluster.x-k8s.io/v1beta1 kind: KubeadmControlPlane