-
Notifications
You must be signed in to change notification settings - Fork 267
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add disable_bundled_ingress in google_gkeonprem_vmware_cluster (#1031…
…0) (#7163) [upstream:bd42e573fb11c414fe217f3cc35e891b77490faa] Signed-off-by: Modular Magician <[email protected]>
- Loading branch information
1 parent
cc77c4a
commit 80fc7aa
Showing
5 changed files
with
43 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 | ||
gkeonprem: added `disable_bundled_ingress` field to `google_gkeonprem_vmware_cluster` resource | ||
``` |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -178,6 +178,7 @@ resource "google_gkeonprem_vmware_cluster" "cluster-f5lb" { | |
} | ||
vm_tracking_enabled = true | ||
enable_control_plane_v2 = true | ||
disable_bundled_ingress = true | ||
authorization { | ||
admin_users { | ||
username = "[email protected]" | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -123,6 +123,7 @@ resource "google_gkeonprem_vmware_cluster" "cluster-f5lb" { | |
} | ||
vm_tracking_enabled = true | ||
enable_control_plane_v2 = true | ||
disable_bundled_ingress = true | ||
authorization { | ||
admin_users { | ||
username = "[email protected]" | ||
|
@@ -374,6 +375,10 @@ The following arguments are supported: | |
(Optional) | ||
Enable control plane V2. Default to false. | ||
|
||
* `disable_bundled_ingress` - | ||
(Optional) | ||
Disable bundled ingress. | ||
|
||
* `upgrade_policy` - | ||
(Optional) | ||
Specifies upgrade policy for the cluster. | ||
|