-
Notifications
You must be signed in to change notification settings - Fork 820
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
Added option to hardcode load balancer IP for allocator. #1766
Conversation
Build Failed 😱 Build Id: 4b4f561c-c147-4583-a3f8-5c2f068a0bff To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Succeeded 👏 Build Id: 30aab2de-b9e9-4977-a0dc-a1ee8b7460d7 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your change. Did you verify manually that it works for GKE? I can't think of any way to e2e test it.
I manually tested this change as follows:
|
Build Succeeded 👏 Build Id: 537f1f66-4308-40f1-aca9-05043422501e The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: devloop0, pooneh-m 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 |
Looks great! Thank you. |
…mes#1766) * Added option to hardcode load balancer IP for allocator. * Updated documentation and manually tested change. Co-authored-by: Nikhil Athreya <[email protected]>
What type of PR is this?
/kind feature
What this PR does / Why we need it:
Adds an agones.allocator.http.loadBalancerIP Helm configuration parameter to hardcode load balancer IP (if provided).
Which issue(s) this PR fixes:
Closes #1709
Special notes for your reviewer: