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
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
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?...
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
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]
forklift/pkg/controller/plan/kubevirt.go
Line 336 in b83c914
The text was updated successfully, but these errors were encountered: