-
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
google_container_node_pool should be able to create additional node pools #103
Comments
Hey @devth, I don't think this is possible in google cloud at all. If you take a look at the cloud console, you don't get an option for what zone to create the cluster in. In gcloud the
which makes me think it has to be the same. Let me know if you find evidence to the contrary and I'll see what I can do, but closing this for now. |
@danawillow you're right! There is a different mechanism for adding/removing zones on a cluster, e.g.: gcloud beta container clusters update $cluster_name \
--additional-zones us-central1-b Could Terraform use this when updating the cluster itself? |
Is that the same as #104? If so, support has been checked in and will be available in the next release. |
Oops, yeah it is. I missed that. Thanks!! |
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 👉 hashibot-feedback@hashicorp.com. Thanks! |
This issue was originally opened by @devth as hashicorp/terraform#15002. It was migrated here as part of the provider split. The original body of the issue is below.
Expected Behavior
google_container_node_pool
should be able to create node pools in zones other than the zone that the original cluster was created in.Actual Behavior
Attempting to create a
google_container_node_pool
in a zone other than the zone the original cluster was created in results in an error like:The text was updated successfully, but these errors were encountered: