Server behind Istio Gateway #13449
Labels
area/server
area/upstream
This is an issue with an upstream dependency, not Argo itself
type/support
User support issue - likely not a bug
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?
Downloaded, installed Argo Workflows 3.5.10, with
secure=false
andBASE_HREF=/
behind Istio, gives errors of:upstream connect error or disconnect/reset before headers. retried and the latest reset reason: connection failure
Or, it just loads a blank page
Version(s)
3.5.10
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.
No workflows yet being that I wasn't even able to get to that part
What I can tell you is that, I have set:
--secure false
withBASE_HREF=/
.On Istio Gateway:
VirtualService:
Kubernetes Service:
Logs from the workflow controller
Logs from in your workflow's wait container
I also took a look and did some searching and saw something similar here: #3080 (comment)
from @arnoldrw and @agilgur5 , I tried that but to no avail.
The text was updated successfully, but these errors were encountered: