clusterSpec_clusterConfig_properties

clusterSpec_clusterConfig_properties
clusterSpec_clusterConfig_properties
JSON Example
{
    "serverIP": "string",
    "mountPath": "string",
    "datastoreUrl": "string",
    "region": "string",
    "zone": "string"
}
string
serverIP
Optional

NFS Server IP Address. Valid only if type is nfs_client (Mandatory)

string
mountPath
Optional

Mount Path of NFS Server. Valid only if type is nfs_client (Mandatory)

string
datastoreUrl
Optional

Datastore Url for vSphere CSI. If no datastore is provided master node datastore is considered. Valid only if type is vsphere-csi (Optional)

string
region
Optional

Name of the region label. Category with provided name should be created inside vCenter where k8s nodes resides. Tag belonging to this category should be applied on the Datacenter.

string
zone
Optional

Name of the zone label. Category with provided name should be created inside vCenter where k8s nodes resides. Tag belonging to this category should be applied on the Cluster(s)/Host(s). Tag should be applied only on the host or its belonging cluster.