Validating the Clusters after Deployment using the Validator
Using the Validator, you can validate the status of different components within the cluster after deployment. To validate the clusters after deployment:
-
Login to the SMI Cluster Manager CLI.
-
Run the following command to validate the clusters using the Validator.
clusters cluster_name actions validate-cluster run log-level DEBUG
Example:
The following example initiates cluster validation using the Validator:
SMI Cluster Manager# clusters cluster1 actions validate-cluster run log-level DEBUG This will run validation. Are you sure? [no,yes] yes
NoteThe Validator performs validation in the following order:
-
Verifies the readiness of core-dns.
-
Verifies the readiness of Worker nodes.
-
Verifies whether the pods are up and running.
-
Verifies Chrony status and clock skew.
-
Verifies the connectivity to all ingresses.
-