Skip to content
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 use local_ssd_ephemeral_count attribute in node_pool config (beta) #902

Merged
merged 1 commit into from
May 20, 2021

Conversation

jeremyrcampb
Copy link
Contributor

This addresses #899 by adding a new local_ssd_ephemeral_count attribute to the node_pool configuration. This gets passed conditionally to a new ephemeral_storage_config block on the google_container_node_pool resource.

This is supported only on the google-beta provider, since 3.60.0, and is a beta feature in GKE 1.18 and later.

Feature and its use is documented here.

Mutually Exclusive Configs:

Both local_ssd_count and local_ssd_ephemeral_count cannot be used on the same node pool, an error will return:

Error: error creating NodePool: googleapi: Error 400: Can not use local SSDs as volumes when using ephemeral storage backed by local SSDs., badRequest

@comment-bot-dev
Copy link

Thanks for the PR! 🚀
✅ Lint checks have passed.

@morgante morgante merged commit 9335262 into terraform-google-modules:master May 20, 2021
CPL-markus pushed a commit to WALTER-GROUP/terraform-google-kubernetes-engine that referenced this pull request Jul 15, 2024
… on beta clusters (terraform-google-modules#902)

Co-authored-by: Jeremy Campbell <jcampbell@spins.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants