Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: examples #2920

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you keep the same CIDR and use 10.80.0.0/12 ? Thanks in advice

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"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here

serviceSubnet: "10.64.0.0/12"
podSubnet: "10.210.0.0/16"
nodes:
- role: control-plane
Expand Down