You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current logic intends to wait for the webhook deployment pod availability, so this report seems to suggest an issue in upstream in that we can't depend on that availability as there is some very brief window where it can be available but also not actually ready? Testing this locally I couldn't trigger it myself, so I assume the window must be quite limited. I've created #165 to resolve this, which adds a job to wait for HTTP requests to the webhook to actually succeed over the cluster network before considering the addon "ready".
Is there an existing issue for this?
Current Behavior
Some test runs for
tests-and-coverage
fail with:Re-running usually fixes this.
Expected Behavior
Test should succeed consistently with the same code.
Steps To Reproduce
Kong Kubernetes Testing Framework Version
No response
Kubernetes version
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: