-
Notifications
You must be signed in to change notification settings - Fork 264
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for ephemeral_storage_config in container node_config (#4510
) (#3023) * Add support for ephemeral_storage_config in container node_config * Add missing beta guards and don't check for nil version * Fix bad cast of local_ssd_count * fixup! Add missing beta guards and don't check for nil version * Better represent current limitations around ephemeral storage in tests * Remove min_master_version from node_pool Co-authored-by: Riley Karson <rileykarson@google.com> * Add min_master_version to cluster Co-authored-by: Riley Karson <rileykarson@google.com> Co-authored-by: Riley Karson <rileykarson@google.com> Signed-off-by: Modular Magician <magic-modules@google.com> Co-authored-by: Riley Karson <rileykarson@google.com>
- Loading branch information
1 parent
51e758f
commit 9b51a20
Showing
4 changed files
with
98 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
```release-note:enhancement | ||
container: added field `ephemeral_storage_config` to resource `google_container_node_pool` and `google_container_cluster` (beta) | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters