-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Is there any way to specify a min_cpu_platform? #985
Labels
Comments
Not currently, it would need to be added here. Happy to review a PR. |
morgante
added
enhancement
New feature or request
P3
medium priority issues
triaged
Scoped and ready for work
labels
Aug 23, 2021
thanks @morgante - i'll check it out. |
This was referenced Nov 9, 2021
kudipudi
added a commit
to kudipudi/terraform-google-kubernetes-engine
that referenced
this issue
Nov 9, 2021
morgante
pushed a commit
that referenced
this issue
Nov 12, 2021
#1057) * feat: Added support for specifying min_cpu_platform in node config - fix #985 * README: Added description for min_cpu_platform in node config Co-authored-by: Bharath KKB <[email protected]>
CPL-markus
pushed a commit
to WALTER-GROUP/terraform-google-kubernetes-engine
that referenced
this issue
Jul 15, 2024
terraform-google-modules#1057) * feat: Added support for specifying min_cpu_platform in node config - fix terraform-google-modules#985 * README: Added description for min_cpu_platform in node config Co-authored-by: Bharath KKB <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Hey there!
I'm looking for a way to set a minimum cpu platform, preferably at the node pool level, or secondly at a cluster level.
I noticed that the Terraform resource google_container_cluster has a min_cpu_platform in Beta.
I didn't see anything when going through this module.
Thanks in advance!
The text was updated successfully, but these errors were encountered: