-
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
Add support for the rest of the AutoprovisioningNodePoolDefaults settings in google_container_cluster
#9180
Comments
Should default node image type be included in this list? https://cloud.google.com/kubernetes-engine/docs/how-to/node-auto-provisioning#default-image-type |
Hi, Regards. |
Any idea when these features will be available? I can't enable NAP due to this limitation as well |
All the PRs have been merged for requested attributes. Hence, we can close this issue. Feel free to reach out if there are any remaining attributes. Thanks! Below are the PRs for the requested attributes:
b/189224778 |
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
AutoprovisioningNodePoolDefaults in the v1 API has support for several more fields than those currently supported by the auto_provisioning_defaults block.
Currently only
min_cpu_platform
,oauth_scopes
, andservice_account
are supported.Options currently missing are
upgradeSettings
management
diskSizeGb
diskType
shieldedInstanceConfig
bootDiskKmsKey
It might makes sense for these to be implemented in separate PRs. There are already a couple of existing PRs that add
upgrade_settings
andmanagement
(linked in the references section below).New or Affected Resource(s)
Potential Terraform Configuration
References
upgrade_settings
ingoogle_container_cluster
NAP #5580 (request for upgrade_settings), add support forupgrade_settings
in both node config and NAP config #5676 (PR for that feature)google_container_cluster
NAP #5579 (request for management block), add support for management settings ingoogle_container_cluster
NAP #5672 (PR for that feature)The text was updated successfully, but these errors were encountered: