terraform-google-kubernetes-engine
terraform-google-kubernetes-engine copied to clipboard
Include threads per core configuration for GKE clusters
TL;DR
I'm not sure if this is already being handled somewhere, but I haven't seen yet for this module the configuration documented at https://cloud.google.com/kubernetes-engine/docs/how-to/configure-smt, where it is possible to determine number of threads per core that GKE nodes will have for given cluster. Please advise.
Terraform Resources
No response
Detailed design
No response
Additional information
No response
@axcosta Looks like the support for that feature is being added to the provider in https://github.com/GoogleCloudPlatform/magic-modules/pull/6808. Once added to the provider, happy to review a PR adding it here.