Cluster Validation

You can read this article from Viktor Farcic on how to confirm if your cluster is compliant with Jenkins X's requirements.

Jenkins X has a binary, called jx, which includes some facilities from the Sonobuoy SDK to provide some validation capabilities.

Run compliance check

To run the compliance check, just use the jx command below.

1
jx compliance run

Warning

The compliance check will run for about one hour!

Check Compliance run status

1
jx compliance status

Check Compliance run logs

1
jx compliance logs -f

See Compliance run results

1
jx compliance results

Cleanup

Once you're done with the compliance run, you can clean up any resources it created for the run.

1
jx compliance delete