-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
ksvc should have ready condition status eq 'False' and reason eq 'ErrorConfig' if failing #12149
Comments
/cc @nak3 |
This issue is stale because it has been open for 90 days with no |
/remove-lifecycle stale |
This issue is stale because it has been open for 90 days with no |
This issue is stale because it has been open for 90 days with no |
/remove-lifecycle stale |
/reopen |
@skonto: Reopened this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/triage accepted |
In general I am in favor improving status messages to help users with debugging so I am re-opening this. |
This follow up on #11477. The error message is propagated, but the status isn't fully updated.
What version of Knative?
>= v0.24.0
Expected Behavior
When error such as dealt in #11477 occurs, the
Ready
condition (probablyRoutesReady
as well) should have status == 'False' and reason == 'ErrorConfig'Example condition should look like:
The
kubectl
should report:Actual Behavior
Ready condition despite having full error message still shows reason and status as
Unknown
. That may lead to confusion.Current, ready condition:
The
kubectl
reports:Steps to Reproduce the Problem
Same as in #11476
The text was updated successfully, but these errors were encountered: