Summary
Hey! I have a Flyte deployment in GKE using <https://github.com/unionai-oss/deploy-flyte|this great repo>. I've been scaling this quite a bit over past few days via map_tasks
but I've been having troubles with GKE's autoscaling and the interaction with Flyte. Unfortunately this pod rejection (see below) is killing my workflow executions in random patterns (sometimes multiple workflow executions running for 12 hours runs are fine, others fail after 2 hours). Has anyone encountered this and know of any solutions?
[primary] terminated with exit code (241). Reason [Error]. Message:
.
[1191][1561]: [1/1] currentAttempt done. Last Error: USER::Pod was rejected: Pod was rejected as the node is shutting down.```