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

intermittent network failures during rollout promotions #127

Open
shaneutt opened this issue Feb 23, 2024 · 0 comments
Open

intermittent network failures during rollout promotions #127

shaneutt opened this issue Feb 23, 2024 · 0 comments
Labels
bug Something isn't working migrated-from-archive Issues migrated from the archived KGO repository

Comments

@shaneutt
Copy link
Contributor

Current Behavior

When performing a rollout while hitting the Kong Gateway with a curl bomb, as the promotion switches between the blue and green deployment I consistently receive intermittent network failures. In my testing the failures were all within about 1 second.

Expected Behavior

I would expect a smooth transition with no failures during promotion.

Steps To Reproduce

  1. create a ktf cluster (with metallb)
  2. deploy the CRDs and KGO
  3. deploy the config/samples/dataplane.yaml example DataPlane
  4. once ready, run a curl bomb in the background (e.g. while true; do curl ${SVCIP}; done)
  5. run kubectl edit dataplanes dataplane-example and change the image
  6. once ready add the promotion annotation, and witness several rounds of curl failures

Operator Version

v1.1.0

@shaneutt shaneutt added the bug Something isn't working label Feb 23, 2024
@mlavacca mlavacca added the migrated-from-archive Issues migrated from the archived KGO repository label Apr 19, 2024
@czeslavo czeslavo transferred this issue from another repository Apr 22, 2024
@czeslavo czeslavo transferred this issue from another repository Apr 23, 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 migrated-from-archive Issues migrated from the archived KGO repository
Projects
None yet
Development

No branches or pull requests

2 participants