Skip to content
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

openstack: converter pods are sometimes not removed on archive #786

Open
bennyz opened this issue Mar 6, 2024 · 2 comments
Open

openstack: converter pods are sometimes not removed on archive #786

bennyz opened this issue Mar 6, 2024 · 2 comments

Comments

@bennyz
Copy link
Member

bennyz commented Mar 6, 2024

I noticed some instances in which converter pods created by the convert job are not removed. The pods are currently removed manually[1] because I couldn't get the deletion to propagate to the pod, this does work when done manually with kubectl and should work when done with client-go

[1]

// One day we'll figure out why client.PropagationPolicy(meta.DeletePropagationBackground) doesn't remove the pods

@ahadas
Copy link
Member

ahadas commented Mar 24, 2024

what didn't add up is that I didn't notice this issue with the vddk-validation pod that is triggered the same way but I see that you say it's inconsistent so maybe that's what caused the failure to remove these pods when removing their job?...

@bennyz
Copy link
Member Author

bennyz commented Mar 24, 2024

what didn't add up is that I didn't notice this issue with the vddk-validation pod that is triggered the same way but I see that you say it's inconsistent so maybe that's what caused the failure to remove these pods when removing their job?...

they're never removed when I only set the propagationpolicy vs. sometimes not removed when explicitly deleted

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants