scality / metalk8s

An opinionated Kubernetes distribution with a focus on long-term on-prem deployments
Apache License 2.0
350 stars 44 forks source link

Document Pod and Service network configuration #2183

Open NicolasT opened 4 years ago

NicolasT commented 4 years ago

Cfr. https://github.com/scality/metalk8s/issues/2137#issuecomment-572831909 (and to some extent https://github.com/scality/metalk8s/issues/415 which was about MetalK8s 1.x):

it appears we currently don't document the networks.pods and networks.services settings of BootstrapConfiguration, which allows overriding the defaults (10.233.0.0/16 and 10.96.0.0/12, respectively) if these collide with existing infrastructure.

This should be

Ebaneck commented 4 years ago

The documentation part of this issue was handled in https://github.com/scality/metalk8s/issues/2114