Networking
Cluster networking configuration.
Properties
cluster-cidr(string): 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.service-cluster-ip-range(string): 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.node-cidr-mask-size-ipv4(integer): Mask size for node cidr in cluster. It must be larger than the Pod CIDR subnet mask. Defaults to 24node-cidr-mask-size-ipv6(integer): Mask size for node cidr in cluster. It must be larger than the Pod CIDR subnet mask. Defaults to 64
Last updated on