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

autoscaling options not available for default nodepool in google_container_cluster resource #473

Closed
drzero42 opened this issue Sep 27, 2017 · 4 comments
Assignees

Comments

@drzero42
Copy link
Contributor

Terraform Version

  • Terraform: v0.10.6
  • Google Provider: v0.1.3

Affected Resource(s)

  • google_container_cluster
  • google_container_node_pool

Description

It is possible to setup autoscaling on node pools created with google_container_node_pool resource, but this option isn't available for the default pool created as part of the google_container_cluster resource.

@daaain
Copy link

daaain commented Oct 5, 2017

Just to clarify, this issue means that the code below (with all other properties omitted) is not possible, right?

resource "google_container_cluster" "cluster" {
  node_pool {
      autoscaling {
        min_node_count = 1
        max_node_count = 5
      }
    }
  }
}

@danawillow
Copy link
Contributor

Oh for some reason GitHub didn't auto close this one, but it was fixed in #489 so that code will work once the next release is out.

@daaain
Copy link

daaain commented Oct 6, 2017

That is brilliant, thank you so much @danawillow 🥇

@ghost
Copy link

ghost commented Mar 30, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks!

@ghost ghost locked and limited conversation to collaborators Mar 30, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants