-
Notifications
You must be signed in to change notification settings - Fork 826
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
Documentation on Fleet Updates and Upgrades #1020
Documentation on Fleet Updates and Upgrades #1020
Conversation
Covers multiple strategies for updating `Fleet` configurations, as well as how it can be used in conjunction with `GameServerAllocation` to bridge multiple Fleets if need be. Closes googleforgames#557
Build Succeeded 👏 Build Id: 5b56fb09-a8fe-492c-b711-f0d533e37be4 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.
Sorry for the delay getting this reviewed. It looks great!
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: markmandel, roberthbailey The full list of commands accepted by this bot can be found 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 Failed 😱 Build Id: c585e178-48a7-410d-b5ee-5ba8bf894d67 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Succeeded 👏 Build Id: 58685e85-d6c7-4328-8851-d47b137e88da 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:
|
Covers multiple strategies for updating
Fleet
configurations, as wellas how it can be used in conjunction with
GameServerAllocation
tobridge multiple Fleets if need be.
Closes #557