-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Argo workflows server not able to port forward using auth=server #2162
Comments
I am also running into this exact same error while attempting port-forward of port 2746. I have stood up a local Argo Workflows deployment via helm (as per the quick start guide on the Argo Workflows site). I have attempted this in both KinD and in K3d with the same results. My local setup is Ubuntu in WSL2. I have tried port-forward directly referencing the pod and the service, and I think also the deployment--all with the same error message that happens only once I actually try to hit I suspect that it has something to do with the container/pod per I cannot generate IT to the pods or To sanity check I am able to port-forward other services (local dev of Hashicorp Vault for example) just fine. Any help would be absolutely amazing here as this would unblock me to continue learning Argo Workflows so that I can help implement it here at my place of employment. Thanks. |
Of course... to follow up here for anyone else who comes across this. I was able to get this to work when I ran:
And then in browser hit the endpoint specifically with https:
And reviewing the quick start page it calls this out as well 🤦🏻♂️
So my issue was not the same as the OP. I am just an assumptive idiot who didn't read the doc. |
I think I wonder upstream's info is wrong in the latest version, or there are something different between upstream's manifest and Helm Chart. Since it looks that it's not related to Helm Chart, I think you can get more help in upstream. |
I've confirmed what @yu-croco said. Use |
Describe the bug
I’m using kind to create a local cluster so I can test everything easier. If I install Argo Workflows using the steps in the quick start (using kubectl apply) everything works as expected, but if I try to do it using the helm chart I’m not able to access the workflows dashboard using port forwarding.
This is what I’m doing:
To create the cluster and install argo-workflows:
After everything is installed, I run:
And when I go to https://localhost:2746/ I see this in my console:
And these are the logs for the deployment:
I tried checking the pods, but everything seems to be running fine. Finally, sorry if this is not a bug but an error on my end, I already tried asking on the argo-workflows slack channel but had no luck.
Thanks in advance, let me know if I can provide more information on this issue.
Related helm chart
argo-workflows
Helm chart version
0.30.0
To Reproduce
Expected behavior
Be able to access the workflows dashboard using port forwarding and server auth
Screenshots
No response
Additional context
Not sure if related to #2159
The text was updated successfully, but these errors were encountered: