Hi all, I'm having issues with map_task. Trying to...
# flyte-support
p
Hi all, I'm having issues with map_task. Trying to run the most basic example but no containers start for two hours and after that I get an error:
RuntimeExecutionError: max number of system retry attempts [51/50] exhausted. Last known status message: Handler not registered for NodeKind [array]
I just updated flyte-core (it's installed with the helm chart) and flytekit, both to 1.13.0 but that didn't change anything. Would anyone be able to point out to what might be the issue?
👀 2
t
1.13.0 should have fixed the issue. have you tried redeploying the cluster?
p
I haven't redeployed the cluster but all the flyte pods are restarted. I would imagine that to be enough, right? Redeploying the cluster sounds pretty heavy 😨
g
which version of propeller are you using?
p
I couldn't find any other reference to the version but the flyte propeller pod is based on container image ghcr.io/flyteorg/flytepropeller:v1.1.67 so I assume that's it. I though updating the flyte-core helm chart version (It's managed by ArgoCD) would update everything but apparently that's not the case. I'll try updating that and other services also and let's see if that helps.
a
@prehistoric-florist-79267 is this still an issue in your environment?