Hi team.. I’m seeing my map tasks get evicted from...
# flyte-support
l
Hi team.. I’m seeing my map tasks get evicted from k8s even with the
interruptible=False
flag.. which ends up dragging the task on much longer than it should (since it retries). Is there something different for map tasks?
f
What do you mean by evictee
If so I think ensure you inject finalized
h
@little-cricket-84530 injecting finalizers is done using this configuration option in the k8s plugin configuration. This is the best Flyte can do to stop k8s from evicting Pods.
l
Thanks.. let me try this
Looks like it’s already set
f
Then I don’t understand. Did someone delete it?
l
No.. not sure why they kept disappearing.. same job did better today without any configuration changes
.
f
It is weird
So what is happening is that the pod is vanishing before Flyte can see it
l
So the task finished and the pod disappeared and flyte didn't see it?
f
That is not the case, if we inject finalized, we should always see it
l
We do have that in our configuration already
Let me keep an eye out to see if it happens again
174 Views