-
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
Revision stays in ContainerMissing condition forever after a temporary failure of digest resolution #15466
Comments
@maschmid: The label(s) 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-sigs/prow repository. |
@dprotaso gentle ping I tried to reproduce locally but no luck. |
#15487 could be a similar issue. |
/area reconciler
What version of Knative?
1.14
Expected Behavior
After a temporary error in digest resolution causes a ContainerHealthy condition to be False due to ContainerMissing , when the digest resolution is eventually successful, the ContainerHealthy should be True.
Actual Behavior
After a temporary error in digest resolution, when the digest resolution is eventually successful, the Revision stays in this inconsistent broken state:
Notice the containerStatuses showing the resolved image digest , the deployments are Ready (with ResourcesAvailable being True), but the ContainerHealthy still being False with the original digest resolution error.
Steps to Reproduce the Problem
Currently does not have a reproducer, noticed the problem on a long running test
The text was updated successfully, but these errors were encountered: