Skip to content
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 Rollouts doesn't support gracefully draining connections? #3761

Open
clayvan opened this issue Aug 1, 2024 · 0 comments
Open

Argo Rollouts doesn't support gracefully draining connections? #3761

clayvan opened this issue Aug 1, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@clayvan
Copy link

clayvan commented Aug 1, 2024

Describe the bug

I believe that Argo Rollouts does not play well with long lived connections like websockets. I don't believe it's Argo Rollouts fault, but just due to the nature of using label selectors with Kubernetes Services. I want to make sure I'm not missing something, but I believe that as soon as a Rollout promotes that canary to stable, and the Service endpoints change, existing connections are immediately terminated. If Rollouts does not have a way around this (even if it requires something like Istio), then I believe it should at least be documented that websockets will not be gracefully drained.

To Reproduce

  1. Establish a websocket to your pod
  2. Begin a rollout and promote full
  3. Once the promotion completes, the websocket will be killed PRIOR to the previous release pods being terminated.

Expected behavior

Expectation: Although any NEW connections should be sent to the new release, existing connections should persist and terminated gracefully as the pod enters a terminating state.

Outcome: my existing connection is terminated when the pod I'm connecting to is removed from the endpoint


Message from the maintainers:

Impacted by this bug? Give it a 👍. We prioritize the issues with the most 👍.

@clayvan clayvan added the bug Something isn't working label Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant