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

Wait for haproxy-ingress to be ready when setting up the example #1177

Merged
merged 1 commit into from
Mar 1, 2023

Conversation

tnozicka
Copy link
Member

Description of your changes:
Without a readiness probe the haproxy deployment will go immediately ready which will unblock the corresponding rollout status but if it never starts up properly the liveness will kill it. At least reusing the liveness endpoint for readyness fixes the issue. (There is no dedicated /readyz :( )

Which issue is resolved by this Pull Request:
Flakes and bugs the manifested as failures for tests that use ingresses.

@tnozicka tnozicka added priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. kind/flake Categorizes issue or PR as related to a flaky test. labels Feb 28, 2023
@tnozicka tnozicka added this to the v1.9 milestone Feb 28, 2023
@tnozicka tnozicka requested a review from zimnx February 28, 2023 17:40
zimnx
zimnx previously approved these changes Feb 28, 2023
@tnozicka tnozicka merged commit 671afc6 into scylladb:master Mar 1, 2023
@tnozicka tnozicka deleted the fix-haproxy-wait branch March 1, 2023 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/flake Categorizes issue or PR as related to a flaky test. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants