-
Notifications
You must be signed in to change notification settings - Fork 310
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
k8s_grace_period not respected #6016
Labels
bug
Something isn't working
Comments
nicks
added a commit
to nicks/tilt
that referenced
this issue
Jan 14, 2023
This only comes up in the case where nothing else schedules a reconcile. (Lots of things schedule reconciles at random times). Fixes tilt-dev#6016
nicks
added a commit
to nicks/tilt
that referenced
this issue
Jan 14, 2023
This only comes up in the case where nothing else schedules a reconcile. (Lots of things schedule reconciles at random times). Fixes tilt-dev#6016 Signed-off-by: Nick Santos <nick.santos@docker.com>
nicks
added a commit
that referenced
this issue
Jan 17, 2023
This only comes up in the case where nothing else schedules a reconcile. (Lots of things schedule reconciles at random times). Fixes #6016 Signed-off-by: Nick Santos <nick.santos@docker.com> Signed-off-by: Nick Santos <nick.santos@docker.com>
Thanks 😄 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected Behavior
tilt ci
fails after k8s_grace_period is reached.Current Behavior
tilt ci
reproducibly hangs for 5 minutes.Steps to Reproduce
Tiltfile:
job.yaml:
Output:
About Your Use Case
Using
tilt ci
to run a series of smoke tests in CI.The text was updated successfully, but these errors were encountered: