Bare Metal Admin Island Mode Cidr Config Args
data class BareMetalAdminIslandModeCidrConfigArgs(val podAddressCidrBlocks: Output<List<String>>, val serviceAddressCidrBlocks: Output<List<String>>) : ConvertibleToJava<BareMetalAdminIslandModeCidrConfigArgs>
BareMetalAdminIslandModeCidrConfig 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 cannot be changed after creation.