-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Tilt up flakes #4559
Tilt up flakes #4559
Comments
/help |
@fabriziopandini: Please ensure the request meets the requirements listed here. If this request no longer meets these requirements, the label can be removed 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. |
I thought we were waiting for webhooks to be available before starting everything up? Is the command not working anymore? |
The wait is still there, but It seems not working anymore... need to investigate. |
/milestone v0.4 |
@fabriziopandini Does it by any chance only happen with Kubernetes >= 1.21? |
No, this happens when installing cert-manager on a kind cluster v1.19.1 |
I'm running into the same thing locally (with kind cluster v1.20.2)
|
Given that these are shelling out, it could be the kubectl version used locally? Are your kubectl(s) 1.21? Maybe let's remove the |
The only change I see w.r.t kubectl wait in 1.21 is kubernetes/kubernetes#97408 |
I have kubectl v1.19.0 locally (should probably update it...) |
What steps did you take and what happened:
Recently when running
tilt up
, I frequently getBy running
tilt up
again then everything works as expected, so this problem is not critical/blocking.What did you expect to happen:
To
tilt up
without errorsAnything else you would like to add:
Apparently we are too aggressive in applying cert-manager-test yaml (or probably failing to detect when cert manager is installed and running)
Environment:
/kind bug
The text was updated successfully, but these errors were encountered: