mmumshad / kubernetes-the-hard-way

Bootstrap Kubernetes the hard way on Vagrant on Local Machine. No scripts.
Apache License 2.0
4.6k stars 4.48k forks source link

fix: set correct pod network CIDR in 13-configure-pod-networking.md #347

Open azych opened 1 month ago

azych commented 1 month ago

Amends the 13-configure-pod-networking.md doc by adding information about how to set the correct POD network CIDR chosen at the beginning of the labs (01-prerequisites.md), which is different from the one set by default by weave.

Default weave CIDR: 10.32.0.0/12 POD network CIDR picked for these labs: 10.244.0.0/16

Without this customization step, weave network would not be deployed correctly.