Skip to content

GKE HTTP2 #5592

Answered by hadim
hadim asked this question in Q&A
Apr 5, 2021 · 3 comments · 2 replies
Discussion options

You must be logged in to vote

It turns out the issue was due to the LB closing the eventsource connection but it looks like #5124 does not fix it (at least for the setup and provider I use).

The solution was too increase the GCP BackendConfig timeout from 30s to 3h:

apiVersion: cloud.google.com/v1beta1
kind: BackendConfig
metadata:
  name: my-backendconfig
spec:
  timeoutSec: 10800  # 3h

In the end, it has nothing to do with HTTP2 and I think I was just confused because user <-> LB uses HTTP/2 but not the argo server.

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@hadim
Comment options

@hadim
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by hadim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant