-
Notifications
You must be signed in to change notification settings - Fork 166
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 helm extension fails to cleanup resources and fails to restart with kyverno #543
Comments
Hmmm... What does |
|
(deleted a previous comment, i misunderstood something about the bug report) hmmm...i can reproduce this in https://app.circleci.com/pipelines/github/tilt-dev/tilt-extensions/1504/workflows/1e98f416-7181-4bcc-b789-cf8d0b18f32c/jobs/3578, though not sure what's going on.
|
ya, i think this is just tilt assuming the process got stuck and killing the process. we should have a more graceful shutdown, but for now, you can do something like:
to give it a longer timeout. |
Thanks Nick! Your workaround did the trick. Would you like me to keep this ticket open regarding having a more graceful shutdown? Or a more user-friendly timeout message? |
Setup:
Kubernetes cluster:
kind v0.20.0 go1.20.5 linux/amd64
Python version:
Python 3.9.16
With this file as kyverno-test.tilt
Repro steps
I ran the following commands in this order
On step 4 I'm seeing the following issue
And then on step 5 I see this
Adding --delete-namespaces to the delete command - step 4, resulted in
Expected outcomes
I would like to understand why the helm-delete-helper failed to delete the kyverno resourcess, and if possible, can tilt handle these types of errors so that all resources created by a tilt up get cleaned up. Thank you!
The text was updated successfully, but these errors were encountered: