Open sorushsaghari opened 2 days ago
@sorushsaghari there must be a pod on the corresponding namespace (maybe flytesnacks-development
) could you share the output of kubectl describe
on that Pod?
@davidmirror-ops there is no pod in development
, -staging
, -production
namespaces of the project
Got it, what about logs from the flyte-binary Pod?
Got it, what about logs from the flyte-binary Pod?
heres the log file binary.log
ok looks like you're using namespaces other than the default (totally fine). Could you find a pod in the corresponding namespace? (maybe run kubectl get pods -A
to start with)
@davidmirror-ops i have aleready done this. and check any possible namepsaces. but i dont find any pod there . my main problem is the logs. they are not descriptive and i cannot find the problem
Describe the bug
Tasks in the Flyte deployment are not executing and remain in either an unknown or queued state indefinitely. No task progresses to the running or completed state, effectively halting workflow execution.
Expected behavior
Tasks should transition from the queued state to running, followed by completion, provided that no errors or resource constraints are encountered.
Additional context to reproduce
1- Set up Flyte using the provided Helm configuration. 2- Trigger a workflow that contains at least one task. 3- Observe that the tasks remain in queued status without progressing.
Helm configuration:
Screenshots
No response
Are you sure this issue hasn't been raised already?
Have you read the Code of Conduct?