Network options#
Common configuration file section: .spec.network
-
For child clusters, it is not possible to change the node port range. The
mke4.yamlconfiguration file offers the.spec.network.nodePortRangefield with32768-35535as the default value. No such field is available on a child cluster, however, and the node port range is instead set to the default Kubernetes value of30000-32767. -
The
.spec.network.providersfield in themke4.yamlconfiguration file lists CNI providers, though only one of those providers can be enabled at a time. This is simplified for child clusters, with the field changed tospec.network.providerpointing to a single CNI provider.
Refer to Container Network Interfaces for more network details.