Networking
Cluster networking configuration.
Properties
| Property | Type | Required | Description |
|---|---|---|---|
cluster-cidr | string | no | CIDR Range for Pods in cluster. This must not overlap with any IP ranges assigned to pods. Max of two, comma-separated, dual-stack CIDRs is allowed. If not specified, defaults to 192.168.0.0/16. |
node-cidr-mask-size-ipv4 | integer | no | Mask size for node cidr in cluster. It must be larger than the Pod CIDR subnet mask. Defaults to 24 |
node-cidr-mask-size-ipv6 | integer | no | Mask size for node cidr in cluster. It must be larger than the Pod CIDR subnet mask. Defaults to 64 |
service-cluster-ip-range | string | no | CIDR range for service cluster IPs. This must not overlap with any IP ranges assigned to nodes or pods. Max of two, comma-separated, dual-stack CIDRs is allowed. If not specified, defaults to 10.96.0.0/12. |
Last updated on