-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/api/v1/workflows/{namespace}/{name}/log
gives an empty response
#13384
Comments
That commit SHA 404s for this repo: 651e199 |
/api/v1/workflows/{namespace}/{name}/log
gives an empty response
argo-workflows/cmd/argo/commands/common/logs.go Lines 14 to 35 in ddbb3c7
argo-server seems compatible with both http and grpc, and |
I believe this requires |
this dupe of #13585 |
Pre-requisites
:latest
image tag (i.e.quay.io/argoproj/workflow-controller:latest
) and can confirm the issue still exists on:latest
. If not, I have explained why, in detail, in my description below.What happened? What did you expect to happen?
The endpoint
/api/v1/workflows/{namespace}/{name}/log
doesn't work, it returns an empty response.The argo CLI works:
The data of the workflow can be accessed using the API REST
/api/v1/workflows/{namespace}/{name}
:But
/api/v1/workflows/{namespace}/{name}/log
gives an empty responseVersion(s)
sha256:651e199a20c96319c4bd9d24c084a1de9f2e62725749a9f239adfb785147299b
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.
Logs from the workflow controller
Logs from in your workflow's wait container
The text was updated successfully, but these errors were encountered: