From d6307150b6f3e8b723b1229f8745c5713470b05e Mon Sep 17 00:00:00 2001 From: Stefan Reimer Date: Tue, 1 Dec 2020 08:27:06 -0800 Subject: [PATCH] docs updates --- docs/Upgrade.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Upgrade.md b/docs/Upgrade.md index 74cb5d6..dd07b14 100644 --- a/docs/Upgrade.md +++ b/docs/Upgrade.md @@ -28,8 +28,8 @@ - upgrade first components: `./bootstrap.sh deploy calico,cert-manager,kiam,aws-ebs-csi-driver,aws-efs-csi-driver clusters/$CLUSTER ../../../kubezero/charts` -## Istio - Brief DOWNTIME STARTS ! -- Istio, due to changes of the ingress namespace we need brief downtime +## Istio +Due to changes of the ingress namespace resource the upgrade will cause a brief (~3-5 min) ingress service interruption ! - delete istio operators, to remove all pieces, remove operator itself `./scripts/delete_istio_17.sh` @@ -38,7 +38,7 @@ - patch all VirtualServices via script to new namespace `./scripts/patch_vs.sh` -!! DOWNTIME ENDS !! +Ingress service interruption ends. ## KubeZero - Part 2