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
{{ message }}
This repository was archived by the owner on Dec 22, 2022. It is now read-only.
_Not part of the workshop, but here below is the routine when you will need to run to [upgrade to a newer version of ASM](https://cloud.google.com/service-mesh/docs/unified-install/plan-upgrade):_
54
+
Ensure that all deployments are up and running:
41
55
```Bash
42
-
# Grab the current ASM version before upgrading to the new version
43
-
OLD_ASM_VERSION=$(kubectl get deploy -n istio-system -l app=istiod -o jsonpath={.items[*].metadata.labels.'istio\.io\/rev'}'{"\n"}')
# Run the same `asmcli install` command we ran for the installation
48
-
~/asmcli install...
49
-
# Update the asm/istio labels of your namespaces
50
-
kubectl rollout restart deployments -n FIXME
51
-
# Once you have verified that your workloads and ASM is working properly, you could complete the upgrade of ASM by removing the the components of the old version
0 commit comments