Hi team.. I have a container task that shows as “R...
# flyte-support
l
Hi team.. I have a container task that shows as “Running” but if I click into it, it’s really “queued”. There is no pod in pending state and no info in flytepropeller logs. Not sure what’s going on and how to debug this
t
did the CRD get created?
kubectl get fly
on relevant namespace. what deployment are you running?
l
@strong-soccer-41351 I seem to be missing some permissions here.. can you try?
Flyte version: 1.5.1
s
@thankful-minister-83577 yes it was created
t
which helm chart are you using?
s
flyteorg/flyte-core, one moment, it might not be scheduling due to our high ephemeral storage request. we're testing it now
t
you mean flyte-core? so propeller is a separate pod than admin?
👍 1
in any case, propeller should have logs for that crd name
if you grep for the execution name, something should show up.
s
yeah i was checking the propeller logs all i had seen for that was
Copy code
{
  "json": {
    "exec_id": "<project>:<environment>:flyte.workflows.<workflow>.workflow_wf",
    "ns": "",
    "routine": "worker-1"
  },
  "level": "warning",
  "msg": "Workflow namespace[]/name[<project>:<environment>:flyte.workflows.<workflow>.workflow_wf] not found, may be deleted.",
  "ts": "2024-06-04T20:10:49Z"
}
but that might just be a warning
l
We were able to resolve this
t
what was the issue?
f
Can you share what the issue was pls ?
s
we found that we had rwx access mode set for a gp3 block storage volume. it said nominated for scheduling and no useful errors