Skip to content

Commit

Permalink
fix: examples
Browse files Browse the repository at this point in the history
serviceSubnet "10.70.0.0/12" and "10.90.0.0/12" are invalid.

Signed-off-by: Mitsuru Kariya <[email protected]>
  • Loading branch information
kariya-mitsuru committed Feb 12, 2025
1 parent d03e24a commit 4ad4bed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/stateful-applications/manifests/cluster1.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/stateful-applications/manifests/cluster2.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 4ad4bed

Please sign in to comment.