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
What happened:
In our cluster, I noticed that a change to the pod's finalizer was reverted when Kueue attempted to remove its own finalizer. I found we are using non-strict mode patch
What you expected to happen:
Kueue should not overwrite other changes to the finalizer.
How to reproduce it (as minimally and precisely as possible):
Create a pod with finalizers in addition to Kueue's finalizer. However, this issue doesn't always occur.
Anything else we need to know?:
Environment:
Kubernetes version (use kubectl version):
Kueue version (use git describe --tags --dirty --always):
Cloud provider or hardware configuration:
OS (e.g: cat /etc/os-release):
Kernel (e.g. uname -a):
Install tools:
Others:
The text was updated successfully, but these errors were encountered:
What happened:
In our cluster, I noticed that a change to the pod's finalizer was reverted when Kueue attempted to remove its own finalizer. I found we are using non-strict mode patch
kueue/pkg/controller/jobs/pod/pod_controller.go
Line 514 in 18874ed
What you expected to happen:
Kueue should not overwrite other changes to the finalizer.
How to reproduce it (as minimally and precisely as possible):
Create a pod with finalizers in addition to Kueue's finalizer. However, this issue doesn't always occur.
Anything else we need to know?:
Environment:
kubectl version
):git describe --tags --dirty --always
):cat /etc/os-release
):uname -a
):The text was updated successfully, but these errors were encountered: