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

downgrade ambassador due to grpc unreliability #501

Merged
merged 1 commit into from
Apr 10, 2019

Conversation

ryandawsonuk
Copy link
Contributor

Wanted to avoid this downgrade but after more testing it is the safest choice for now -#473 (comment)

@ryandawsonuk ryandawsonuk changed the title downgrade ambassador due to grpc reliability downgrade ambassador due to grpc unreliability Apr 10, 2019
@@ -7,7 +7,7 @@
from k8s_utils import *

def wait_for_status(name):
for attempts in range(3):
for attempts in range(5):
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change is unrelated. I just noticed that it can occasionally take a bit longer for the status to appear.

@ukclivecox ukclivecox merged commit a51db9d into master Apr 10, 2019
@ryandawsonuk ryandawsonuk deleted the 473-downgrade-ambassador branch April 11, 2019 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants