Add use local_ssd_ephemeral_count attribute in node_pool config (beta) #902
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 thegoogle_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