Cluster name
Configuration🔗︎
Cluster name🔗︎
v2.0.0 Required
The cluster name must be defined as part of the Kubitect configuration. It will be used as a prefix for all resources created by Kubitect as part of this cluster.
cluster:
name: my-cluster
For example, the name of each virtual machine name is generated as <cluster.name>-<node.type>-<node.instance.id>
. For the master node with ID 1, this would result in my-cluster-master-1
.