Validating Cluster Configurations using Validator
To validate the cluster configurations:
-
Login to the SMI Cluster Manager CLI.
-
Run the following command to validate the cluster configuration using the Validator.
clusters cluster_name actions validate-config run log-level DEBUG
Example:
The following example initiates validation of cluster configuration using the Validator:
SMI Cluster Manager# clusters cluster1 actions validate-config run log-level DEBUG This will run validation. Are you sure? [no,yes] yes
NoteThe Validator performs validation of cluster configuration in the following order:
-
Validates netplan configuration.
-
Validates SSH configuration.
-
Validates NTP servers and associated configurations.
-
Validates proxy configuration.
-
Validates VMware configuration. For instance, it validates configuration details of vCenter, hosts, datacenter, datastores and so on.
-
Validates node configuration. For instance, it validates the size requirements, number of control plane, ETCD and worker nodes, OAM node labeling requirements, and so on.
-