-
Notifications
You must be signed in to change notification settings - Fork 829
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 instructions for manually creating a GKE cluster to disable automatic node upgrades #1140
Update the instructions for manually creating a GKE cluster to disable automatic node upgrades #1140
Conversation
Build Succeeded 👏 Build Id: 7a7a5ff4-d529-4fcb-8477-cd55cfef7bf8 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:
|
5791026
to
9897ba3
Compare
Build Succeeded 👏 Build Id: a7c1e896-418e-4733-99ee-1adfd16340fb 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:
|
```bash | ||
gcloud container node-pools create agones-metrics \ | ||
--cluster=[CLUSTER_NAME] \ | ||
--no-enable-autoupgrade \ |
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.
Do we need this here? If grafana/prom restart, is that a bad thing?
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'm not sure if it's a bad thing. But if we've disabled it on the primary node pool and the agones system node pool, we might as well do it for this single node as well so that the whole cluster is running one version on all nodes. It also prevents drift where the cluster will end up in a state that we haven't tested (since we only test on a single k8s version).
9897ba3
to
b3d005f
Compare
ptal |
Build Succeeded 👏 Build Id: a44aa65d-6262-4fcd-98be-d4f7e8a06f0a 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:
|
automatic node upgrades.
b3d005f
to
394c048
Compare
Build Succeeded 👏 Build Id: 582f2b40-d755-4b35-8b64-8da829e57546 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: markmandel, 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:
Approvers can indicate their approval by writing |
This is the first part of #1137.
As I mentioned in the issue, I think this should be done as part of the 1.1 release.
/assign @markmandel