-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Prevent ambassador getaddrinfo error logs #1537
Prevent ambassador getaddrinfo error logs #1537
Conversation
/assign @kunmingg |
@sambaiz Thanks! |
/ok-to-test |
/retest |
1 similar comment
/retest |
85b8630
to
d5b775a
Compare
/retest |
/lgtm Thanks! |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kunmingg The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This prevents that appear the following error logs in large quantities
This error always occurs.
It is hardcoded here in ambassador and it is mismatched so it seems to fail to resolve name.
It may resolve #945 (or it maybe already resolved)
This change is