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:

  1. Login to the SMI Cluster Manager CLI.

  2. 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
    Note

    The Validator performs validation in the following order:

    1. Verifies the readiness of core-dns.

    2. Verifies the readiness of Worker nodes.

    3. Verifies whether the pods are up and running.

    4. Verifies Chrony status and clock skew.

    5. Verifies the connectivity to all ingresses.