hashicorp / terraform-provider-google

Terraform Provider for Google Cloud Platform
https://registry.terraform.io/providers/hashicorp/google/latest/docs
Mozilla Public License 2.0
2.29k stars 1.72k forks source link

Add support for `windows_node_config` to GKE resources #14979

Open bptambake opened 1 year ago

bptambake commented 1 year ago

Community Note

Description

We want to create windows nodepool with windows-0s-version "ltsc2022", as cofirmed (https://github.com/hashicorp/terraform-provider-google/issues/14818) this feature is not supported in terraform.

below is the gcloud command:

gcloud beta container node-pools create cpu4w --project=test --cluster=test --region=us-central1 --image-type=WINDOWS_LTSC_CONTAINERD --windows-os-version=ltsc2022 --machine-type=c2-standard-4 --enable-autorepair --no-enable-autoupgrade --enable-autoscaling --disk-type=pd-standard --disk-size=100

we have created the enhancement request https://github.com/hashicorp/terraform-provider-google/issues/14906 and @rileykarson changed it to question, so recreating a new enhancement request

reference for the enhancement https://github.com/hashicorp/terraform-provider-google/issues/14818

New or Affected Resource(s)

Potential Terraform Configuration

# Propose what you think the configuration to take advantage of this feature should look like.
# We may not use it verbatim, but it's helpful in understanding your intent.

References

b/291302511

bptambake commented 1 year ago

Hi Team

Any updates?

bptambake commented 1 year ago

Hi Team

Any updates?

bptambake commented 1 year ago

Hi Team

Any updates?

bptambake commented 1 year ago

Hi Team Please dont close this incident/ticket.

rileykarson commented 1 year ago

This is in our backlog but is not currently assigned. The ticket will be closed when it is completed. However, we don't provider significant visibility / a timeline until assignment time or a PR is linked.

bptambake commented 1 year ago

but please dont close this ticket

bptambake commented 12 months ago

please dont close this ticket

bptambake commented 11 months ago

thanks

bptambake commented 10 months ago

thanks

Norfolc commented 10 months ago

Can we get an ETA when this feature will be implemented? We are blocked on this.

arueth commented 4 months ago

Any updates on this?

rahul-mereddy commented 3 months ago

@rileykarson any update on this request ?