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_v20.0.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,3 +27,8 @@ we must perform a canary upgrade to move workloads onto the new ASM revision. To
27
27
Another difference from the previous module is that the new ASM module does not provide variables for option configuration (e.g. `custom_overlay`, `options`). For the new version these should be managed separately
28
28
outside the module. This is because those options were tightly coupled to pulling down an installer which the new module does not do. To use options specified in the previous module with the new module find the corresponding configuration [here](https://github.com/GoogleCloudPlatform/anthos-service-mesh-packages/tree/main/asm/istio/options) and move the
29
29
config to the mesh configuration for the managed revision.
30
+
31
+
### Google Cloud Platform Provider upgrade
32
+
The Terraform Kubernetes Engine Module now requires version 4.10 or higher of
33
+
the Google Cloud Platform Provider and 4.10 or higher of
0 commit comments