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

Terraform, GKE - add autoscaling Node Pools option #1467

Closed
aLekSer opened this issue Apr 13, 2020 · 1 comment · Fixed by #2813
Closed

Terraform, GKE - add autoscaling Node Pools option #1467

aLekSer opened this issue Apr 13, 2020 · 1 comment · Fixed by #2813
Assignees
Labels
good first issue These are great first issues. If you are looking for a place to start, start here! help wanted We would love help on these issues. Please come help us! kind/feature New features for Agones
Milestone

Comments

@aLekSer
Copy link
Collaborator

aLekSer commented Apr 13, 2020

Is your feature request related to a problem? Please describe.

In order GKE Cluster to be more cost-efficient there should be an option to scale down GameServers Node Pool size.
Some of Agones users who used gcloud to provision their clusters has already autoscaling for Node Pools turned on. This functionality also is supported by Packed GameServerAllocation Scheduling.

Describe the solution you'd like
container_node_pool#autoscaling or
container_cluster#cluster_autoscaling

Currently we are using strict node_count parameter, which should be omitted when we are using autoscaling parameter.
So we could add this configuration separately to what we have now.

Describe alternatives you've considered
If it is possible merge both options together and depending on variable use autoscaling or strict node pool size.

Additional context
Using the Cluster Autoscaler with Agones - #368
and Kubernetes Node Autoscaling #145

@aLekSer aLekSer added the kind/feature New features for Agones label Apr 13, 2020
@roberthbailey roberthbailey added the good first issue These are great first issues. If you are looking for a place to start, start here! label Sep 22, 2022
@markmandel markmandel added the help wanted We would love help on these issues. Please come help us! label Sep 22, 2022
@zmerlynn
Copy link
Collaborator

zmerlynn commented Nov 4, 2022

@chiayi is working on this but not a collaborator here so I can't assign.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue These are great first issues. If you are looking for a place to start, start here! help wanted We would love help on these issues. Please come help us! kind/feature New features for Agones
Projects
None yet
6 participants