-
Notifications
You must be signed in to change notification settings - Fork 825
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
Terraform: Add FeatureGates into helm release #1431
Terraform: Add FeatureGates into helm release #1431
Conversation
To be merged after #1375 as it contains part of it. |
Build Failed 😱 Build Id: 59bcfe0d-bb6c-45a1-8e02-63611d7beced To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
The next SDK test is failing for some reason:
|
9c07cb6
to
6d6635a
Compare
6d6635a
to
488b5d6
Compare
@akremsa this way we should also add logLevel for Agones Controller. (Helm parameter) |
@@ -88,6 +78,21 @@ variable "image_pull_secret" { | |||
default = "" | |||
} | |||
|
|||
// Note: This is the number of gameserver nodes. The Agones module will automatically create an additional |
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.
This lines were moved a bit for easier diffs with examples/terraform-submodules/gke/module.tf
Build Succeeded 👏 Build Id: 00d27015-1ba1-4a14-953e-6943e6ca4ce7 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 Failed 😱 Build Id: e61d8b06-dc07-44d2-aa06-15d9821de8eb To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
488b5d6
to
283d58a
Compare
Build Succeeded 👏 Build Id: d542c272-35a0-4a5a-af2f-a90982aaa9fe 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:
|
283d58a
to
4d61369
Compare
Build Failed 😱 Build Id: 6edf3a49-2577-4572-98af-caf67f66c23d To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
4d61369
to
091c9b1
Compare
just leaving the tests fail output here:
|
Build Failed 😱 Build Id: d63442f1-4674-4be8-a980-f33b470dc234 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
E2E test failure this time:
|
091c9b1
to
ef88f42
Compare
This version after deploying with
|
Build Succeeded 👏 Build Id: d6b26737-b3d2-4001-b46d-aae70e29abcd 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:
|
Add new variable feature_gates to change the Agones installation parameter.
ef88f42
to
36271ce
Compare
Updated the docs |
Build Succeeded 👏 Build Id: 2ae3d719-756a-4a5b-8843-6f2bb469ebfc 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: aLekSer, markmandel 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: 16b338b7-6402-407c-b01f-a025440b85ec 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:
|
Add new variable feature_gates to change the Agones installation parameter. Co-authored-by: Mark Mandel <markmandel@google.com>
Add new variable feature_gates to change the Agones installation parameter.