-
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
Remove required multi-cluster allocation policy fields that are not required #1100
Conversation
Build Succeeded 👏 Build Id: 7045b2a0-7898-4130-8bad-4d9c026bfce0 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 NOT APPROVED This pull-request has been approved by: pooneh-m, 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 |
/lgtm |
Build Failed 😱 Build Id: 03833498-df29-4d05-8ad6-9c2c53689898 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Failed test:
|
Build Succeeded 👏 Build Id: b040371f-f485-4798-a839-44b88a73fe68 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:
|
It was a flake. The change in this PR is unrelated. However, I think what happened was there was a race condition that creating the GameServerAllocationPolicy happened after the allocation request though the request to Kubernetes to create the CR succeeded. |
New changes are detected. LGTM label has been removed. |
Build Succeeded 👏 Build Id: 2ab3e7c1-bd89-4f7a-b411-8f330acdc54a 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:
|
clusterName and secretName are not required fields for local cluster allocation policy and they should be removed from required.
The feature is in alpha version.