Hi team.. I’m seeing my map tasks get evicted from...
# ask-the-community
r
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?
k
What do you mean by evictee
If so I think ensure you inject finalized
d
@Rupsha Chaudhuri 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.
r
Thanks.. let me try this
Looks like it’s already set
k
Then I don’t understand. Did someone delete it?
r
No.. not sure why they kept disappearing.. same job did better today without any configuration changes
.
k
It is weird
So what is happening is that the pod is vanishing before Flyte can see it
r
So the task finished and the pod disappeared and flyte didn't see it?
k
That is not the case, if we inject finalized, we should always see it
r
We do have that in our configuration already
Let me keep an eye out to see if it happens again
167 Views