argoproj / argo-workflows

Workflow Engine for Kubernetes
https://argo-workflows.readthedocs.io/
Apache License 2.0
14.89k stars 3.18k forks source link

Init container hang when download files #13526

Open shuangkun opened 3 weeks ago

shuangkun commented 3 weeks ago

Pre-requisites

What happened? What did you expect to happen?

time="2024-08-21T04:20:28.447Z" level=info msg="OSS Load path: /argo/inputs/artifacts/examples.tmp, key:12345/12345/store/example"

no logs and hang. The file size is not large.

Version(s)

v3.4.12

Paste a minimal workflow that reproduces the issue. We must be able to run the workflow; don't enter a workflows that uses private images.

hard to reproduce

Logs from the workflow controller

kubectl logs -n argo deploy/workflow-controller | grep ${workflow}

Logs from in your workflow's wait container

kubectl logs -n argo -c wait -l workflows.argoproj.io/workflow=${workflow},workflow.argoproj.io/phase!=Succeeded
github-actions[bot] commented 1 week ago

This issue has been automatically marked as stale because it has not had recent activity and needs more information. It will be closed if no further activity occurs.