We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
0.12.x
The creation of a service should always work
Sometimes (but not so seldom), in the client integration E2E tests we get the following error when creating a service:
Failed to successfully execute 'kn service create hello --image gcr.io/knative-samples/helloworld-go -n kne2etests5': Execution error: stderr: 'RevisionMissing: Revision "hello-bzbty-1" referenced in traffic not found.
which translate to a simple service Create call (and waiting on the Ready status to become true.
Create
Ready
More details (including logs) can be found at knative/client#544
For me, it looks like a race condition during reconciliation of a service. Is there anything we can do to analyze the error deeper ?
The text was updated successfully, but these errors were encountered:
We identified the cause as being an optimistic lock error when updating configurations --> #6784 (comment)
So, closing this.
Sorry, something went wrong.
No branches or pull requests
What version of Knative?
Expected Behavior
The creation of a service should always work
Actual Behavior
Sometimes (but not so seldom), in the client integration E2E tests we get the following error when creating a service:
which translate to a simple service
Create
call (and waiting on theReady
status to become true.More details (including logs) can be found at knative/client#544
For me, it looks like a race condition during reconciliation of a service. Is there anything we can do to analyze the error deeper ?
The text was updated successfully, but these errors were encountered: