Validating cluster conformance

If you switch between the existing Kubernetes clusters, it is suggested that you validate the cluster configuration before you run your pipelines. Let's perform the following steps:

  1. Validate that your cluster is compliant. These tests will typically take an hour:
jx compliance run
  1. Check the status. This command will return a Compliance tests completed message only after tests are completed:
$ jx compliance status
Compliance tests completed.
  1. Review the results. If your cluster is compliant all executed test results should be displayed as PASSED:
$ jx compliance results

Now you know how to check cluster conformance results.