# 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, and at most 16 bits longer than, the Pod CIDR subnet mask. Defaults to 24<br/><br/>Min: `0`. |
| `node-cidr-mask-size-ipv6` | integer | no | Mask size for node cidr in cluster. It must be larger than, and at most 16 bits longer than, the Pod CIDR subnet mask. Defaults to 64<br/><br/>Min: `0`. |
| `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. The IPv6 range must be no larger than a /108 (upstream Kubernetes apiserver limit).               If not specified, defaults to 10.96.0.0/12. |

