From ac24473cd47198ebedc4f793e2024be0af9d45dc Mon Sep 17 00:00:00 2001 From: Stefan Reimer Date: Fri, 4 Dec 2020 06:10:15 -0800 Subject: [PATCH] Add note about ECK --- docs/Upgrade.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/Upgrade.md b/docs/Upgrade.md index 7f0f6450..4e10fcf9 100644 --- a/docs/Upgrade.md +++ b/docs/Upgrade.md @@ -44,6 +44,9 @@ Ingress service interruption ends. - push kubezero & cluster config to git +- if logging incl. ElasticSearch is installed remove the old ECK operator first: + `./scripts/remove_old_eck.sh` + - upgrade all remaining components and install new ArgoCD: `./bootstrap.sh deploy all clusters/$CLUSTER ../../../kubezero/charts`