-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
GKE NodePool locations list in google_container_node_pool #3992
GKE NodePool locations list in google_container_node_pool #3992
Comments
I've got a PR staged that adds this, there was a blocking bug in the upstream API that caused me to hold it. It should be fixed in prod now / soon, this should land in our next release. |
@rileykarson , do you know whether upstream bug was resolved? |
It hasn't been resolved yet- it should land in the next GKE release, and from there we can include the field in our next Terraform release. |
@rileykarson , great news. This can also be an opportunity to resolve coupling between nodepool location and cluster location. If your PR would use location as cluster location and node_locations to specify nodepool's location, then it would also resolve #4298 |
Yep- it's an issue asking for the same feature. Closed #4298 as a dupe. |
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! |
Community Note
Description
Hi! Google beta GKE API do support
locations
array inNodePool
resource. This gives an option to:New or Affected Resource(s)
Potential Terraform Configuration
References
The text was updated successfully, but these errors were encountered: