From e4faf72e2b6dd84c6aa554a02b13018a0bb9c93f Mon Sep 17 00:00:00 2001 From: Jont828 Date: Mon, 18 Nov 2024 20:23:30 -0500 Subject: [PATCH] Fix subnet cidr bug --- templates/cluster-template-aad.yaml | 2 +- templates/cluster-template-azure-bastion.yaml | 2 +- templates/cluster-template-azure-cni-v1.yaml | 2 +- templates/cluster-template-dual-stack.yaml | 2 +- templates/cluster-template-edgezone.yaml | 2 +- templates/cluster-template-ephemeral.yaml | 2 +- templates/cluster-template-flatcar.yaml | 2 +- templates/cluster-template-ipv6.yaml | 2 +- templates/cluster-template-nvidia-gpu.yaml | 2 +- templates/cluster-template-windows.yaml | 2 +- templates/cluster-template.yaml | 2 +- .../azure-cluster-cidrs-and-frontend-ips.yaml | 2 +- templates/test/ci/cluster-template-prow-azure-cni-v1.yaml | 2 +- templates/test/ci/cluster-template-prow-ci-version.yaml | 2 +- templates/test/ci/cluster-template-prow-dual-stack.yaml | 2 +- templates/test/ci/cluster-template-prow-edgezone.yaml | 2 +- templates/test/ci/cluster-template-prow-flatcar.yaml | 2 +- templates/test/ci/cluster-template-prow-ipv6.yaml | 2 +- templates/test/ci/cluster-template-prow-load.yaml | 2 +- templates/test/ci/cluster-template-prow-nvidia-gpu.yaml | 2 +- templates/test/ci/cluster-template-prow-spot.yaml | 2 +- templates/test/ci/cluster-template-prow.yaml | 2 +- templates/test/dev/cluster-template-custom-builds.yaml | 2 +- 23 files changed, 23 insertions(+), 23 deletions(-) diff --git a/templates/cluster-template-aad.yaml b/templates/cluster-template-aad.yaml index 983445e6a0f..226aa117a1b 100644 --- a/templates/cluster-template-aad.yaml +++ b/templates/cluster-template-aad.yaml @@ -43,7 +43,7 @@ spec: name: control-plane-subnet role: control-plane - cidrBlocks: - - 10.1.0.0/24 + - 10.0.1.0/24 name: node-subnet role: node vnet: diff --git a/templates/cluster-template-azure-bastion.yaml b/templates/cluster-template-azure-bastion.yaml index 9a755bad819..e8112be96d7 100644 --- a/templates/cluster-template-azure-bastion.yaml +++ b/templates/cluster-template-azure-bastion.yaml @@ -45,7 +45,7 @@ spec: name: control-plane-subnet role: control-plane - cidrBlocks: - - 10.1.0.0/24 + - 10.0.1.0/24 name: node-subnet role: node vnet: diff --git a/templates/cluster-template-azure-cni-v1.yaml b/templates/cluster-template-azure-cni-v1.yaml index 40a94722074..80046ef75f6 100644 --- a/templates/cluster-template-azure-cni-v1.yaml +++ b/templates/cluster-template-azure-cni-v1.yaml @@ -43,7 +43,7 @@ spec: name: control-plane-subnet role: control-plane - cidrBlocks: - - 10.1.0.0/24 + - 10.0.1.0/24 name: node-subnet role: node vnet: diff --git a/templates/cluster-template-dual-stack.yaml b/templates/cluster-template-dual-stack.yaml index d425db8416e..0dee4a74759 100644 --- a/templates/cluster-template-dual-stack.yaml +++ b/templates/cluster-template-dual-stack.yaml @@ -50,7 +50,7 @@ spec: name: control-plane-subnet role: control-plane - cidrBlocks: - - 10.1.0.0/24 + - 10.0.1.0/24 name: node-subnet role: node vnet: diff --git a/templates/cluster-template-edgezone.yaml b/templates/cluster-template-edgezone.yaml index 003eb6eeac7..15ba1b59e45 100644 --- a/templates/cluster-template-edgezone.yaml +++ b/templates/cluster-template-edgezone.yaml @@ -46,7 +46,7 @@ spec: name: control-plane-subnet role: control-plane - cidrBlocks: - - 10.1.0.0/24 + - 10.0.1.0/24 name: node-subnet role: node vnet: diff --git a/templates/cluster-template-ephemeral.yaml b/templates/cluster-template-ephemeral.yaml index 6ba0920aaba..928bc86c44f 100644 --- a/templates/cluster-template-ephemeral.yaml +++ b/templates/cluster-template-ephemeral.yaml @@ -43,7 +43,7 @@ spec: name: control-plane-subnet role: control-plane - cidrBlocks: - - 10.1.0.0/24 + - 10.0.1.0/24 name: node-subnet role: node vnet: diff --git a/templates/cluster-template-flatcar.yaml b/templates/cluster-template-flatcar.yaml index da084576924..c281345054d 100644 --- a/templates/cluster-template-flatcar.yaml +++ b/templates/cluster-template-flatcar.yaml @@ -43,7 +43,7 @@ spec: name: control-plane-subnet role: control-plane - cidrBlocks: - - 10.1.0.0/24 + - 10.0.1.0/24 name: node-subnet role: node vnet: diff --git a/templates/cluster-template-ipv6.yaml b/templates/cluster-template-ipv6.yaml index 5bb12714eac..e913499aca3 100644 --- a/templates/cluster-template-ipv6.yaml +++ b/templates/cluster-template-ipv6.yaml @@ -46,7 +46,7 @@ spec: name: control-plane-subnet role: control-plane - cidrBlocks: - - 10.1.0.0/24 + - 10.0.1.0/24 name: node-subnet role: node vnet: diff --git a/templates/cluster-template-nvidia-gpu.yaml b/templates/cluster-template-nvidia-gpu.yaml index 5e10f29729d..cb6a35f0443 100644 --- a/templates/cluster-template-nvidia-gpu.yaml +++ b/templates/cluster-template-nvidia-gpu.yaml @@ -43,7 +43,7 @@ spec: name: control-plane-subnet role: control-plane - cidrBlocks: - - 10.1.0.0/24 + - 10.0.1.0/24 name: node-subnet role: node vnet: diff --git a/templates/cluster-template-windows.yaml b/templates/cluster-template-windows.yaml index 9867c239aa0..1c43121db34 100644 --- a/templates/cluster-template-windows.yaml +++ b/templates/cluster-template-windows.yaml @@ -47,7 +47,7 @@ spec: name: control-plane-subnet role: control-plane - cidrBlocks: - - 10.1.0.0/24 + - 10.0.1.0/24 name: node-subnet role: node vnet: diff --git a/templates/cluster-template.yaml b/templates/cluster-template.yaml index 22a9af7a46c..bf92bcd3be5 100644 --- a/templates/cluster-template.yaml +++ b/templates/cluster-template.yaml @@ -43,7 +43,7 @@ spec: name: control-plane-subnet role: control-plane - cidrBlocks: - - 10.1.0.0/24 + - 10.0.1.0/24 name: node-subnet role: node vnet: diff --git a/templates/internal-load-balancer/azure-cluster-cidrs-and-frontend-ips.yaml b/templates/internal-load-balancer/azure-cluster-cidrs-and-frontend-ips.yaml index c7f44d96a0c..35f59b81665 100644 --- a/templates/internal-load-balancer/azure-cluster-cidrs-and-frontend-ips.yaml +++ b/templates/internal-load-balancer/azure-cluster-cidrs-and-frontend-ips.yaml @@ -25,4 +25,4 @@ spec: - name: node-subnet role: node cidrBlocks: - - 10.1.0.0/24 + - 10.0.1.0/24 diff --git a/templates/test/ci/cluster-template-prow-azure-cni-v1.yaml b/templates/test/ci/cluster-template-prow-azure-cni-v1.yaml index 8e36a74521b..773db5da995 100644 --- a/templates/test/ci/cluster-template-prow-azure-cni-v1.yaml +++ b/templates/test/ci/cluster-template-prow-azure-cni-v1.yaml @@ -49,7 +49,7 @@ spec: name: control-plane-subnet role: control-plane - cidrBlocks: - - 10.1.0.0/24 + - 10.0.1.0/24 name: node-subnet role: node vnet: diff --git a/templates/test/ci/cluster-template-prow-ci-version.yaml b/templates/test/ci/cluster-template-prow-ci-version.yaml index c261697051b..ae18c33a258 100644 --- a/templates/test/ci/cluster-template-prow-ci-version.yaml +++ b/templates/test/ci/cluster-template-prow-ci-version.yaml @@ -54,7 +54,7 @@ spec: name: control-plane-subnet role: control-plane - cidrBlocks: - - 10.1.0.0/24 + - 10.0.1.0/24 name: node-subnet role: node vnet: diff --git a/templates/test/ci/cluster-template-prow-dual-stack.yaml b/templates/test/ci/cluster-template-prow-dual-stack.yaml index 1c85059d5c2..362c4c540ea 100644 --- a/templates/test/ci/cluster-template-prow-dual-stack.yaml +++ b/templates/test/ci/cluster-template-prow-dual-stack.yaml @@ -55,7 +55,7 @@ spec: name: control-plane-subnet role: control-plane - cidrBlocks: - - 10.1.0.0/24 + - 10.0.1.0/24 name: node-subnet role: node vnet: diff --git a/templates/test/ci/cluster-template-prow-edgezone.yaml b/templates/test/ci/cluster-template-prow-edgezone.yaml index fc128979c7e..56504a9607e 100644 --- a/templates/test/ci/cluster-template-prow-edgezone.yaml +++ b/templates/test/ci/cluster-template-prow-edgezone.yaml @@ -53,7 +53,7 @@ spec: name: control-plane-subnet role: control-plane - cidrBlocks: - - 10.1.0.0/24 + - 10.0.1.0/24 name: node-subnet role: node vnet: diff --git a/templates/test/ci/cluster-template-prow-flatcar.yaml b/templates/test/ci/cluster-template-prow-flatcar.yaml index b68f1e1bf40..d191fa1aabf 100644 --- a/templates/test/ci/cluster-template-prow-flatcar.yaml +++ b/templates/test/ci/cluster-template-prow-flatcar.yaml @@ -50,7 +50,7 @@ spec: name: control-plane-subnet role: control-plane - cidrBlocks: - - 10.1.0.0/24 + - 10.0.1.0/24 name: node-subnet role: node vnet: diff --git a/templates/test/ci/cluster-template-prow-ipv6.yaml b/templates/test/ci/cluster-template-prow-ipv6.yaml index 8fca943aa4f..94bc6ba4471 100644 --- a/templates/test/ci/cluster-template-prow-ipv6.yaml +++ b/templates/test/ci/cluster-template-prow-ipv6.yaml @@ -53,7 +53,7 @@ spec: name: control-plane-subnet role: control-plane - cidrBlocks: - - 10.1.0.0/24 + - 10.0.1.0/24 name: node-subnet role: node vnet: diff --git a/templates/test/ci/cluster-template-prow-load.yaml b/templates/test/ci/cluster-template-prow-load.yaml index 56324834c96..0d9160ae129 100644 --- a/templates/test/ci/cluster-template-prow-load.yaml +++ b/templates/test/ci/cluster-template-prow-load.yaml @@ -55,7 +55,7 @@ spec: name: control-plane-subnet role: control-plane - cidrBlocks: - - 10.1.0.0/24 + - 10.0.1.0/24 name: node-subnet role: node vnet: diff --git a/templates/test/ci/cluster-template-prow-nvidia-gpu.yaml b/templates/test/ci/cluster-template-prow-nvidia-gpu.yaml index 9ce76ceb429..69ac9a7c025 100644 --- a/templates/test/ci/cluster-template-prow-nvidia-gpu.yaml +++ b/templates/test/ci/cluster-template-prow-nvidia-gpu.yaml @@ -50,7 +50,7 @@ spec: name: control-plane-subnet role: control-plane - cidrBlocks: - - 10.1.0.0/24 + - 10.0.1.0/24 name: node-subnet role: node vnet: diff --git a/templates/test/ci/cluster-template-prow-spot.yaml b/templates/test/ci/cluster-template-prow-spot.yaml index 8c5854ebc9f..044ac4378b1 100644 --- a/templates/test/ci/cluster-template-prow-spot.yaml +++ b/templates/test/ci/cluster-template-prow-spot.yaml @@ -50,7 +50,7 @@ spec: name: control-plane-subnet role: control-plane - cidrBlocks: - - 10.1.0.0/24 + - 10.0.1.0/24 name: node-subnet role: node vnet: diff --git a/templates/test/ci/cluster-template-prow.yaml b/templates/test/ci/cluster-template-prow.yaml index ff483c70c58..c1deebc6eb3 100644 --- a/templates/test/ci/cluster-template-prow.yaml +++ b/templates/test/ci/cluster-template-prow.yaml @@ -53,7 +53,7 @@ spec: name: control-plane-subnet role: control-plane - cidrBlocks: - - 10.1.0.0/24 + - 10.0.1.0/24 name: node-subnet role: node vnet: diff --git a/templates/test/dev/cluster-template-custom-builds.yaml b/templates/test/dev/cluster-template-custom-builds.yaml index 1be19bced25..eca5a0ea304 100644 --- a/templates/test/dev/cluster-template-custom-builds.yaml +++ b/templates/test/dev/cluster-template-custom-builds.yaml @@ -54,7 +54,7 @@ spec: name: control-plane-subnet role: control-plane - cidrBlocks: - - 10.1.0.0/24 + - 10.0.1.0/24 name: node-subnet role: node vnet: