From 4ad4bed7ee18cdde978679c3418e09a09646232f Mon Sep 17 00:00:00 2001 From: Mitsuru Kariya Date: Fri, 7 Feb 2025 00:52:34 +0900 Subject: [PATCH] fix: examples serviceSubnet "10.70.0.0/12" and "10.90.0.0/12" are invalid. Signed-off-by: Mitsuru Kariya --- examples/stateful-applications/manifests/cluster1.yaml | 2 +- examples/stateful-applications/manifests/cluster2.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/stateful-applications/manifests/cluster1.yaml b/examples/stateful-applications/manifests/cluster1.yaml index ad8fe4e89b..62ee1b749f 100644 --- a/examples/stateful-applications/manifests/cluster1.yaml +++ b/examples/stateful-applications/manifests/cluster1.yaml @@ -1,7 +1,7 @@ kind: Cluster apiVersion: kind.x-k8s.io/v1alpha4 networking: - serviceSubnet: "10.90.0.0/12" + serviceSubnet: "10.80.0.0/12" podSubnet: "10.200.0.0/16" nodes: - role: control-plane diff --git a/examples/stateful-applications/manifests/cluster2.yaml b/examples/stateful-applications/manifests/cluster2.yaml index d2a930a721..4d46112928 100644 --- a/examples/stateful-applications/manifests/cluster2.yaml +++ b/examples/stateful-applications/manifests/cluster2.yaml @@ -1,7 +1,7 @@ kind: Cluster apiVersion: kind.x-k8s.io/v1alpha4 networking: - serviceSubnet: "10.70.0.0/12" + serviceSubnet: "10.64.0.0/12" podSubnet: "10.210.0.0/16" nodes: - role: control-plane