-
Notifications
You must be signed in to change notification settings - Fork 813
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
Update proto and allocator for advanced allocation #2199
Update proto and allocator for advanced allocation #2199
Conversation
/cc @ilkercelikyilmaz please take a look! I've tested the proto changes for backward compatibility (see comment above), but would be good to get your extra eyes on this! |
Build Failed 😱 Build Id: fa427307-126b-4cf9-b3d3-1b20ff81ac32 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Helm got stuck in "pending-upgrade" - that's a new one. Might be time to update helm as well. |
Build Failed 😱 Build Id: 7c060524-1992-44e5-a057-bedd05fb40ca To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Failed 😱 Build Id: b8960fb1-121d-48c2-9f1d-0b69886b84f0 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Succeeded 👏 Build Id: 889d0486-5f42-41b9-8c5f-c13e3cce1a8b 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:
|
Update the proto for allocation and related converters to allow advanced allocation to also occur through the Allocation endpoint, and not just the `GameServerAllocation` CRD. This has been tested for backward compatability with the previous proto version (ran allocation e2e from `main` branch against an install of this PR). The only outstanding item for googleforgames#2148 is updates to the documentation! Work on googleforgames#2148
1ac724d
to
c816d6d
Compare
Build Succeeded 👏 Build Id: 6c53b2c3-d687-44f6-8d8d-b660c165fbd6 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: markmandel, 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 |
New changes are detected. LGTM label has been removed. |
Build Succeeded 👏 Build Id: 7f1debef-ec31-4c47-914e-06eb8483c2cd 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 feature
What this PR does / Why we need it:
Update the proto for allocation and related converters to allow advanced allocation to also occur through the Allocation endpoint, and not just the
GameServerAllocation
CRD.This has been tested for backward compatability with the previous proto version (ran allocation e2e from
main
branch against an install of this PR).Which issue(s) this PR fixes:
Work on #1239
Special notes for your reviewer:
The only outstanding item for #1239 is updates to the documentation!