Hello all,
I'm having a problem with Flyte on a Kubernetes cluster... Some workflows, when launched, keep stuck on first task "Initializing" status. Flytepropeller logs gives me this:
Can anyone help me with this? I'll be much appreciated
t
tall-lock-23197
03/17/2023, 6:00 AM
Hey @hallowed-mouse-14616! Any idea what might be causing this issue?
h
hallowed-mouse-14616
03/18/2023, 11:51 AM
@dry-ability-69144 do you have a larger log dump? This log indicates that Flyte is attempted to process a workflow CR that has already been completed - this can happen because k8s is an eventually consistent system.
d
dry-ability-69144
03/20/2023, 6:05 PM
I've found the problem! It was the GCS service account secret in kubernetes cluster that was missing. For some reason, it was giving me this error...
Sorry the delay