Open saurabh-glam opened 1 year ago
Argo server pod is down. Do you see any logs/errors?
So as soon as I hit enter in the command argo archive get
, it kills the argo server port-forward
command. Otherwise the argo server is working fine.
Yeah that's why I am asking the logs for argo server pod so we can find out why it's failed.
kubectl logs argo-server -p
I'm not sure if our setup is close enough to the one reported in this issue, but I temporarily encountered the same issue but setting the ARGO_SECURE
flag to false solved the issue for me. So this command should work:
ARGO_SERVER=localhost:2746 ARGO_SECURE=false argo archive get ...
did u try ARGO_SECURE=false
@saurabh-glam
Pre-requisites
:latest
What happened/what you expected to happen?
Argo CLI command Error:
Argo Server is running here:
Version
v3.4.11
Paste a small 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