-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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 flexible clusters - public/private clusters toggle (#…
…6780) (#13128) Signed-off-by: Modular Magician <magic-modules@google.com> Signed-off-by: Modular Magician <magic-modules@google.com>
- Loading branch information
1 parent
d02c5c7
commit 7189bc4
Showing
7 changed files
with
671 additions
and
44 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,12 @@ | ||
```release-note:enhancement | ||
container: added field `gcp_public_cidrs_access_enabled` and `private_endpoint_subnetwork` to `google_container_cluster` | ||
``` | ||
```release-note:enhancement | ||
container: added update support for `enable_private_endpoint` and `enable_private_nodes` in `google_container_cluster` | ||
``` | ||
```release-note:enhancement | ||
container: promoted `network_config` in `google_container_node_pool` to GA. | ||
``` | ||
```release-note:enhancement | ||
container: added field `enable_private_nodes` in `network_config` to `google_container_node_pool` | ||
``` |
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
Oops, something went wrong.