jenkins-x / issues

Issue tracker for Jenkins X v3
1 stars 0 forks source link

add a health check for TLS and DNS #3

Closed rawlingsj closed 3 years ago

rawlingsj commented 3 years ago

TLS is always particularly tricky to setup even with cert-manager and external-dns automating a lot of the work needed.

We should create a health check and add docs on the website to enable it when setting up TLS with DNS.

The health check to start with could check the status of cert-manager custom resources, certificate, certificaterequest,order and report any failures back as health check errors in a similar way we check the health of external secrets https://github.com/jenkins-x-plugins/jx-kh-check/blob/ff9df22eace6ee55fee556f73b39a1117472e102/cmd/jx-secrets/main.go#L61-L73

So lets add a new check to the https://github.com/jenkins-x-plugins/jx-kh-check/tree/master/cmd repo

rawlingsj commented 3 years ago

resolved