-
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
Updated documentation for multi-cluster allocation #1363
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: 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 |
Build Failed 😱 Build Id: 4a838521-94df-4789-9871-388406a3751b To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
@@ -96,7 +96,7 @@ To enable multi-cluster allocation, set `multiClusterSetting.enabled` to `true` | |||
NAMESPACE=<namespace> | |||
FLEET_NAME=<fleet name> | |||
|
|||
curl https://${EXTERNAL_IP}:443/v1alpha/gameserverallocation \ | |||
curl --http2 https://${EXTERNAL_IP}:443/v1alpha/gameserverallocation \ |
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.
Don't forget to change the v1alpha
to v1alpha1
due to my mistake in PR #1361.
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! This has also more work to get the gRPC working.
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 couldn't reopen this PR again; so I opened a new PR: #1365.
@drichardson thanks again for finding the error. Please let me know if you have any other feedback on the new PR.
@drichardson: changing LGTM is restricted to collaborators In response to this: Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Build Succeeded 👏 Build Id: 28689b33-22a3-4540-b8c7-712a0a70c8be 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:
|
Closes #1301
Closes #1333