-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Implementation of minNodeCpus #5416
Implementation of minNodeCpus #5416
Comments
Note that this also needs to be added for instance templates |
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! |
Community Note
Description
Hello,
Sorry for posting that here, but the other terraform-provider-google-beta repo don't allow issue creation.
Google has implemented a new beta API call to set up a minimum of CPUs to be used for sole-tenants instances.
The internal API name seem to be
minNodeCpus
. The CLI tools the--min-node-cpu
option, as can be read in the Google documentation.The goal of this implementation is to ensure instances (data bases, web servers, etc.) always have a minimum of CPU time allowed to avoid slowness or downtime.
Do you have any roadmap to implement this feature?
Thank you!
New or Affected Resource(s)
Potential Terraform Configuration
References
< No GitHub reference >
The text was updated successfully, but these errors were encountered: