Jx: Show some diagnostics information to the user when the install fails

Created on 14 May 2018  路  3Comments  路  Source: jenkins-x/jx

It would be nice to collect some diagnostic information which can be displayed to the user when the installation fails. Currently, a helm timeout message or something similar is shown.

I am thinking to have some message form the Kubernetes events related to the failed resource. Maybe investigate if sonobuoy tool can do this job.

Most helpful comment

Shell we add a command e.g. jx conformance which runs the sonobuoy and provide some information to the user if is good to proceed with the installation?

All 3 comments

yeah - I'd love a way to verify the k8s cluster first for our known requirements (e.g. enough nodes, storage / storage classes, networking, disk etc) - maybe a sonobuoy report that can inform users what to do before even trying to install

Shell we add a command e.g. jx conformance which runs the sonobuoy and provide some information to the user if is good to proceed with the installation?

that would be amazing yeah!

Was this page helpful?
0 / 5 - 0 ratings