KubernetesNetworkConfig#

Description of the network configuration within a cluster.

Contents#

  • ipFamily — The type of IP address.

    • Type: String

    • Required: No

    • Valid values: ipv4

    • Default value: ipv4

  • podIpv4Cidr — The address block in the CIDR notation (X.X.X.X/Y) for the pod subnet.

    • Type: String

    • Required: No

    • Default value: 10.244.0.0/16

  • serviceIpv4Cidr — The address block in the CIDR notation (X.X.X.X/Y) for the service subnet.

    • Type: String

    • Required: No

    • Default value: 10.96.0.0/12