Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve error message when Knative serving is not installed #159

Closed
rhuss opened this issue Jun 3, 2019 · 0 comments · Fixed by #312
Closed

Improve error message when Knative serving is not installed #159

rhuss opened this issue Jun 3, 2019 · 0 comments · Fixed by #312
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@rhuss
Copy link
Contributor

rhuss commented Jun 3, 2019

Currently, when the Knative CRDs a missing the error message looks like

./kn service create --image k8spatterns/random-generator:2.0 random
the server could not find the requested resource (post services.serving.knative.dev)

Although the error message is not too bad, I think we can improve it here to be less technical (i.e. removing that post ...) and give some more guidance, like in

Error: Knative serving is not installed on the connected backend. Please verify your Knative installation.

A hint to a potential kn doctor (when implemented via #1) could be added here as well.

@sixolet sixolet added the kind/bug Categorizes issue or PR as related to a bug. label Jul 11, 2019
navidshaikh pushed a commit to navidshaikh/client that referenced this issue Nov 7, 2019
Adjust CI for auto-installing SMCP and SMMR
coryrc pushed a commit to coryrc/client that referenced this issue May 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants