You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enablement is now based on ip_allocation_policy being defined
Conflict added between node_ipv4_cidr, ip_allocation_policy
Motivation:
Mixing control planes isn't a great idea, and using create_subnetwork means that GKE is the control plane for subnetworks; it's a lot more Terraform-friendly for the all GKE subnetworks to be Terraform-managed.
With this change, configuration of subnetworks using the google_compute_subnetwork resource mirrors the Console, where GKE-created subnetworks don’t exist. node_ipv4_cidr vs node_ipv4_cidr_block is no longer confusing as node_ipv4_cidr_block is removed. Additionally, usage with Shared VPC will be more clear, as create_subnetwork does not work in those circumstances.
This change will require manual intervention on the part of users to import subnetworks that were previously manually created.
The text was updated successfully, but these errors were encountered:
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
locked and limited conversation to collaborators
Dec 9, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Changes:
(This controls the primary range of the created subnetwork)
Motivation:
Mixing control planes isn't a great idea, and using
create_subnetwork
means that GKE is the control plane for subnetworks; it's a lot more Terraform-friendly for the all GKE subnetworks to be Terraform-managed.With this change, configuration of subnetworks using the
google_compute_subnetwork
resource mirrors the Console, where GKE-created subnetworks don’t exist.node_ipv4_cidr
vsnode_ipv4_cidr_block
is no longer confusing asnode_ipv4_cidr_block
is removed. Additionally, usage with Shared VPC will be more clear, ascreate_subnetwork
does not work in those circumstances.This change will require manual intervention on the part of users to import subnetworks that were previously manually created.
The text was updated successfully, but these errors were encountered: