ControlPlaneProfile interface
The properties of the control plane nodes of the provisioned cluster
Properties
control |
IP Address of the Kubernetes API server |
count | Number of control plane nodes. The default value is 1, and the count should be an odd number |
vm |
VM sku size of the control plane nodes |
Property Details
controlPlaneEndpoint
IP Address of the Kubernetes API server
controlPlaneEndpoint?: ControlPlaneProfileControlPlaneEndpoint
Property Value
count
Number of control plane nodes. The default value is 1, and the count should be an odd number
count?: number
Property Value
number
vmSize
VM sku size of the control plane nodes
vmSize?: string
Property Value
string