-
Notifications
You must be signed in to change notification settings - Fork 2
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 messaging if required config options are not defined #48
Labels
enhancement
New feature or request
Comments
This situation is worse when omitting the istio gateway name/namespace. If omitting those, knative-serving (/eventing) will create a knativeserving CR that is malformed but will not report an error. This results in a Serving instance that does not get created, and some non-descript errors in the knative-operator logs like:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For both serving and eventing, if the user does not specify the namespace they will get a nondescript lightkube error that makes it difficult to understand a config option has been missed. Improve this error message, or possibly validate the config values before starting the charm.
The text was updated successfully, but these errors were encountered: