Bare Metal Island Mode Cidr Config Args
data class BareMetalIslandModeCidrConfigArgs(val podAddressCidrBlocks: Output<List<String>>, val serviceAddressCidrBlocks: Output<List<String>>) : ConvertibleToJava<BareMetalIslandModeCidrConfigArgs>
Specifies the cluster CIDR configuration while running in island mode.
Properties
Link copied to clipboard
All pods in the cluster are assigned an RFC1918 IPv4 address from these ranges. This field cannot be changed after creation.
Link copied to clipboard
All services in the cluster are assigned an RFC1918 IPv4 address from these ranges. This field is mutable after creation starting with version 1.15.