AzureClusterControlPlaneReplicaPlacement

data class AzureClusterControlPlaneReplicaPlacement(val azureAvailabilityZone: String, val subnetId: String)

Constructors

Link copied to clipboard
constructor(azureAvailabilityZone: String, subnetId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

For a given replica, the Azure availability zone where to provision the control plane VM and the ETCD disk.

Link copied to clipboard

For a given replica, the ARM ID of the subnet where the control plane VM is deployed. Make sure it's a subnet under the virtual network in the cluster configuration.