-
Notifications
You must be signed in to change notification settings - Fork 250
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
Kueue 0.6.0 blocks deletion of namespaces #1769
Comments
Yeah, I believe so, too. |
I tested building from source on the release-0.6 branch (80adb72) and confirmed that the issue is resolved. |
Thanks for your confirmation! This is just a tip: you could also use the latest release-0.6 image using the following tags without building: kueue/config/components/manager/kustomization.yaml Lines 19 to 20 in 80adb72
/close |
@tenzen-y: Closing this issue. 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. |
What happened:
With kueue 0.6.0 deployed on a cluster, deletion of namespaces hangs.
This is a regression from kueue 0.5.3 and from the conditions on the namespace being deleted
seems to be related to the visibility changes introduced in kueue 0.6.0.
In more detail, I created a Kubernetes 1.27 cluster running on kind 0.19.
I deployed Kueue 0.6.0 and then created and attempted to delete a namespace.
Deletion of the namespace hangs.
What you expected to happen:
I expect the namespace to be deleted successfully.
How to reproduce it (as minimally and precisely as possible):
See transcript below:
The
kubectl delete
command hangs and the namespace is stuck in the Terminating state. Details below:Anything else we need to know?:
Environment:
kubectl version
): 1.27.1git describe --tags --dirty --always
): 0.6.0 installed from release manifestcat /etc/os-release
):uname -a
):The text was updated successfully, but these errors were encountered: