-
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
Add Allocation Endpoint GCP solution for multi-cluster allocation to Agones examples #2499
Conversation
Build Failed 😱 Build Id: a708ab1d-e58b-4365-8277-4bd1f77078b6 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Doesn't look like your fault, some 404's on aws autoscaling examples
|
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.
All of the files need to have the license header at the top.
Build Succeeded 👏 Build Id: 00c5374a-27ea-4489-8ea0-4471944fe0f6 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.
I left one comment. PTAL
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 the review.
The `name` is a unique randomly selected name for the cluster. | ||
The `endpoint` is the `agones-allocator` external IP. | ||
The `namespace` is the game server namespace. | ||
The `allocation_weight` is a value between 0 and 100, which sets the relative allocation rate a cluster receives compared to other clusters. By setting weight to zero, a cluster stops receiving allocation requests. |
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.
Good catch. Thanks.
|
||
``` | ||
docker build --tag gcr.io/[PROJECT-ID]/allocation-endpoint-proxy . | ||
docker push gcr.io/[PROJECT-ID]/allocation-endpoint-proxy |
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.
We should do that for agones-images, but this is for the users and they can either use latest as the default or version it.
Build Failed 😱 Build Id: 30b500f4-f980-4266-a811-84988b483ae7 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
@pooneh-m I have a feeling your |
My bad. It should be synced now. |
Build Succeeded 👏 Build Id: 6cf0ad6e-5e71-4418-b30a-d792f464ba51 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:
|
Build Succeeded 👏 Build Id: 08ae76a5-c1bc-455d-91e9-06557bceecb3 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.
LGTM!
Build Succeeded 👏 Build Id: 40e9487f-3346-4c5a-8cef-05f40bd1a02d 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 the updates. LGTM!
Just making a note down here, so it doesn't get lost. If Robby has gone through everything, then I'm happy 👍🏻 The only thing I would like to see is if we are shipping a container as part of the examples, then we should have this be integrated with both |
Build Succeeded 👏 Build Id: 37803814-2fac-40c0-8aca-cd3cd7287003 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:
|
Build Succeeded 👏 Build Id: 55c4a082-a5af-4ede-a443-629714534c80 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 adding the makefile changes. I left a few comments on them.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cindy52, pooneh-m, roberthbailey 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 |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cindy52, pooneh-m, roberthbailey 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 |
Build Succeeded 👏 Build Id: db1c1ab7-7445-425e-b4cf-b2009564ddfb 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:
|
Build Succeeded 👏 Build Id: 01767487-214a-4991-b9fe-aae36c7e1f4a 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:
|
What type of PR is this?
/kind documentation
/kind feature
What this PR does / Why we need it:
This is an example solution to leverage GCP for creating a proxy server that redirects game server allocation requests to the backend Agones clusters.
Using this solution:
Which issue(s) this PR fixes:
Closes # #2495
Special notes for your reviewer: