-
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_cluster
does not support dual-stack on creation
#13842
Comments
I am looking at this one. The cluster resource is handwritten in the magic module and I'll see if I could add a new field in the existing resource file |
StackType is part of the IPAllocationPolicy in the Go container library: Proposed Terraform Configuration:
|
PR submitted: GoogleCloudPlatform/magic-modules#7459 |
PR merged and closed. Dual stack support will be included in the upcoming TF Google provider releases.
|
possible values should probably be |
Closing based on GoogleCloudPlatform/magic-modules#7459, thanks! One useful trick in GitHub is "Fixes:"- if you specify an issue in the PR body like |
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. |
Community Note
Description
The
google_container_cluster
is missing an option to set the stack type, options should be betweenIPv4
andIPv6
.New or Affected Resource(s)
Potential Terraform Configuration
References
Documentation for the endpoint has three options,
IPV4
for IPv4 only,IPV4_IPV6
for dual-stack, andSTACK_TYPE_UNSPECIFIED
, which defaults toIPV4
.There are additional requirements that the user needs to fulfill for this to work, but at the moment the user must update the cluster manually after the (lengthy) cluster creation process has finished.
Also, #13752 seems related as it also has to do with support for dual-stack networking in GCP.
References
The text was updated successfully, but these errors were encountered: