Skip to content
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 the machine type for GKE clusters in build scripts and terraform modules. #2063

Merged
merged 1 commit into from
Apr 20, 2021

Conversation

roberthbailey
Copy link
Member

What type of PR is this?

Uncomment only one /kind <> line, hit enter to put that in a new line, and remove leading whitespace from that line:

/kind breaking

/kind bug
/kind cleanup
/kind documentation
/kind feature
/kind hotfix

What this PR does / Why we need it: Removes all remaining references to n1-standard machine type from the repository.

I've marked this change as breaking since it changes the machine type in the terraform files.

Which issue(s) this PR fixes:
Closes #2055

Special notes for your reviewer: This PR also addresses a comment from #2056 that was made after the PR was merged.

@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: 493c84b0-77d9-4bb5-8603-f2d293f29dea

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:

  • git fetch https://github.com/googleforgames/agones.git pull/2063/head:pr_2063 && git checkout pr_2063
  • helm install ./install/helm/agones --namespace agones-system --name agones --set agones.image.tag=1.14.0-871c6a3

@@ -80,6 +80,7 @@ The GKE cluster created from the example configuration will contain 3 Node Pools

Configurable parameters:

{{% feature expiryVersion="0.14.0" %}}
- project - your Google Cloud Project ID (required)
- name - the name of the GKE cluster (default is "agones-terraform-example")
- agones_version - the version of agones to install (an empty string, which is the default, is the latest version from the [Helm repository](https://agones.dev/chart/stable))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You could just put this line for n1-standard-4 in the feature expiry and replace it with the new note.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought that doing it for a single line in a list breaks rendering for the whole list (but I could be wrong). Since the release candidate is tomorrow, I'm leaning towards merging this since it'll be removed soon in any case. WDYT?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's true for the table, but I am not sure about a list. You can locally verify using make site-server.
I am fine with either. You already have my approval.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did a local test and you are correct - you can just wrap the one list item with the feature expiry.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since this will be cleaned up in a week and I'd like to get this in before the release candidate gets cut, I'm going to merge as-is.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking more closely, while it works, it changes the spacing of the list elements, which I find off-putting. So I think that doing it around the entire list is preferable.

@google-oss-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: pooneh-m, 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:
  • OWNERS [pooneh-m,roberthbailey]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@roberthbailey roberthbailey merged commit 4eaae53 into googleforgames:main Apr 20, 2021
@roberthbailey roberthbailey added this to the 1.14.0 milestone Apr 20, 2021
@roberthbailey roberthbailey added area/operations Installation, updating, metrics etc kind/documentation Documentation for Agones kind/breaking Breaking change labels Apr 20, 2021
@roberthbailey roberthbailey deleted the gke-machine-type branch September 23, 2021 16:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved area/operations Installation, updating, metrics etc cla: yes kind/breaking Breaking change kind/documentation Documentation for Agones lgtm size/M
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update recommended machine type for GKE
4 participants