-
Notifications
You must be signed in to change notification settings - Fork 116
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
deletion of a SelinuxProfile
object hangs forever
#2215
Labels
kind/bug
Categorizes issue or PR as related to a bug.
Comments
@astoycos thank you for the report! Are the nodes existing in the cluster or have they removed? |
Sorry it actually was a cluster-bot cluster so they were pruned :/ I'll let you know if I can re-create, are there any other logs I can collect to help? |
I think the issue may be related to #2067 |
Thanks I'll try and repro! |
Ack thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With the
security-profiles-operator.v0.8.2
What happened:
I attempt to delete a
selinuxProfile
but am unable to because the finalizers are never removed by the node agents.The SPO shows some
The node daemon completes successfully
The Node operator container looks wierd
What you expected to happen:
Selinux Profile is cleaned up correctly
How to reproduce it (as minimally and precisely as possible):
Spin up an OCP cluster, in this case
install the SPO from operatorhub
install a selinux profile, use it in a pod, then delete it
Anything else we need to know?:
I can manually remove the finalizers and deletion works.
Environment:
cat /etc/os-release
):uname -a
):sh-5.1# uname -r 5.14.0-427.el9.x86_64
The text was updated successfully, but these errors were encountered: