You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/upgrading_to_v35.0.md
+38Lines changed: 38 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,3 +3,41 @@ The v35.0 release of *kubernetes-engine* is a backwards incompatible release.
3
3
4
4
### Google Cloud Platform Provider upgrade
5
5
The Terraform Kubernetes Engine Module now requires version 6 of the Google Cloud Platform Providers. See the [Terraform Google Provider 6.0.0 Upgrade Guide](https://registry.terraform.io/providers/hashicorp/google/latest/docs/guides/version_6_upgrade) for more details.
6
+
7
+
### ASM Sub-Module Removal
8
+
The ASM Sub-Module has been removed in v35.0. Please use the [google_gke_hub_feature](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/gke_hub_feature#example-usage---enable-fleet-default-member-config-service-mesh) and [google_gke_hub_feature_membership](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/gke_hub_feature_membership#example-usage---service-mesh) resources.
| ip\_range\_pods | The secondary ip range to use for pods |`any`| n/a | yes |
11
-
| ip\_range\_services | The secondary ip range to use for services |`any`| n/a | yes |
12
-
| network | The VPC network to host the cluster in |`any`| n/a | yes |
13
-
| project\_id | The project ID to host the cluster in |`any`| n/a | yes |
14
-
| region | The region to host the cluster in |`any`| n/a | yes |
15
-
| subnetwork | The subnetwork to host the cluster in |`any`| n/a | yes |
16
-
| zones | The zone to host the cluster in (required if is a zonal cluster) |`list(string)`| n/a | yes |
10
+
| enable\_fleet\_feature | Whether to enable the Mesh feature on the fleet. |`bool`|`true`| no |
11
+
| mesh\_management | ASM Management mode. For more information, see the [gke\_hub\_feature\_membership resource documentation](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/gke_hub_feature_membership#nested_mesh)|`string`|`"MANAGEMENT_AUTOMATIC"`| no |
12
+
| project\_id | The project ID to host the cluster in |`string`| n/a | yes |
13
+
| region | The region to host the cluster in |`string`|`"us-central1"`| no |
14
+
| zone | The zone to host the cluster in (required if is a zonal cluster) |`string`|`"us-central1-a"`| no |
17
15
18
16
## Outputs
19
17
20
18
| Name | Description |
21
19
|------|-------------|
22
-
| ca\_certificate | n/a |
23
-
| client\_token | n/a |
24
20
| cluster\_name | Cluster name |
25
-
| identity\_namespace | n/a |
26
21
| ip\_range\_pods | The secondary IP range used for pods |
27
22
| ip\_range\_services | The secondary IP range used for services |
28
-
| kubernetes\_endpoint | n/a |
29
-
| location | n/a |
30
-
| master\_kubernetes\_version | The master Kubernetes version |
31
-
| network | n/a |
32
-
| project\_id | n/a |
33
-
| region | n/a |
23
+
| location | Cluster Location |
24
+
| network | Network name |
25
+
| project\_id | Project ID |
26
+
| region | Cluster Region |
34
27
| service\_account | The default service account used for running nodes. |
35
-
| subnetwork |n/a|
28
+
| subnetwork |Subnetwork name|
36
29
| zones | List of zones in which the cluster resides |
0 commit comments