Hi, I have gotten the error `code:"UnexpectedObjec...
# flyte-support
c
Hi, I have gotten the error
code:"UnexpectedObjectDeletion" message:"object [flyte-job-namespaces/pod-id] terminated in the background, manually"
. I am not sure what is going on with this error because it has not been manually terminated. Any hunches what to look for?
a
@colossal-waitress-79394 anything interesting in the
flytepropeller
logs? I think you could also try using
inject-finalizer
You can set it under
configmap.k8s.plugins.k8s
inject-finalizer: true
c
Thanks, will check in the logs and try the inject-finalizer