Improve error messaging when installing knative on a cluster to make it useful
When I try to install Knative on a cluster, I see an error: > Something went wrong while installing Knative > > Request to begin installing failed ![Screen_Shot_2018-11-30_at_12.26.34_PM](/uploads/e7be776c5d906125019087fe436e4c6a/Screen_Shot_2018-11-30_at_12.26.34_PM.png) It's not clear from the UI what I need to do in order to successfully install knative. I don't know what the Knative Domain Name is for and there is no help text or a link to documentation beyond https://github.com/knative/docs which is extensive and I'm not sure what exactly to look for. You need to have an RBAC-enabled cluster in order to install Knative and there is no way to change an already created cluster to be RBAC-enabled via the UI. Nothing in UI helps the user with this. ## Proposal 1. We can feed info from logs to the error message to the user so that more useful info is provided. Currently only maintainers and owners have access to see this area so concerns about seeing token, cert, etc are minimized.
issue