Bare Metal Network Config Args
data class BareMetalNetworkConfigArgs(val advancedNetworking: Output<Boolean>? = null, val islandModeCidr: Output<BareMetalIslandModeCidrConfigArgs>? = null, val multipleNetworkInterfacesConfig: Output<BareMetalMultipleNetworkInterfacesConfigArgs>? = null, val srIovConfig: Output<BareMetalSrIovConfigArgs>? = null) : ConvertibleToJava<BareMetalNetworkConfigArgs>
Specifies the cluster network configuration.
Constructors
Link copied to clipboard
fun BareMetalNetworkConfigArgs(advancedNetworking: Output<Boolean>? = null, islandModeCidr: Output<BareMetalIslandModeCidrConfigArgs>? = null, multipleNetworkInterfacesConfig: Output<BareMetalMultipleNetworkInterfacesConfigArgs>? = null, srIovConfig: Output<BareMetalSrIovConfigArgs>? = null)
Functions
Properties
Link copied to clipboard
Configuration for island mode CIDR. In an island-mode network, nodes have unique IP addresses, but pods don't have unique addresses across clusters. This doesn't cause problems because pods in one cluster never directly communicate with pods in another cluster. Instead, there are gateways that mediate between a pod in one cluster and a pod in another cluster.
Link copied to clipboard