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: modules/asm/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ To deploy this config:
69
69
| key\_file | The GCP Service Account credentials file path used to deploy ASM. |`string`|`""`| no |
70
70
| location | The location (zone or region) this cluster has been created in. |`string`| n/a | yes |
71
71
| managed\_control\_plane | ASM managed control plane boolean. Determines whether to install ASM managed control plane. Installing ASM managed control plane does not install gateways. Documentation on how to install gateways with ASM MCP can be found at https://cloud.google.com/service-mesh/docs/managed-control-plane#install_istio_gateways_optional.|`bool`|`false`| no |
72
-
| mode | ASM mode for deployment. Supported mode is`install`only. |`string`|`"install"`| no |
72
+
| mode | ASM mode for deployment. Supported modes are`install`and `upgrade`. |`string`|`"install"`| no |
73
73
| options | Comma separated list of options. Works with in-cluster control plane only. Supported options are documented in https://cloud.google.com/service-mesh/docs/enable-optional-features.|`list`|`[]`| no |
74
74
| outdir | Sets `--outdir` option. |`string`|`"none"`| no |
75
75
| project\_id | The project in which the resource belongs. |`string`| n/a | yes |
0 commit comments