docs: Update upgrade docs for 1.19

This commit is contained in:
Stefan Reimer 2021-04-01 12:32:28 +02:00
parent dae002a79c
commit 6834be4dce
1 changed files with 8 additions and 8 deletions

View File

@ -31,20 +31,20 @@ This change was required to enable node restrictions via the upstream aws-iam-au
- Fluentd replicaCount default from 2 to 1
## Upgrade - Without ArgoCD
### CRDs:
( commands assume latest kubezero repository being checkout next to this git repository to deploy master / non-released version )
`./bootstrap.sh crds all clusters/$CLUSTER ../../../kubezero/charts`
1. Update CRDs of all enabled components:
`./bootstrap.sh crds all clusters/$CLUSTER`
### Components
2. Prepare upgrade
- delete old fluentd deployement because labels are immutable and they changed due to the migration to new upstream helm chart
`kubectl delete deployment logging-fluentd -n logging`
`./bootstrap.sh deploy all clusters/$CLUSTER ../../../kubezero/charts`
3. Upgrade all components
`./bootstrap.sh deploy all clusters/$CLUSTER`
## Upgrade - ArgoCD
- push latest config to git repo
- verify correct branch etc. ( argoless branch is retired ! )
- ArgoCD needs to be upgraded first to support latest Helm chart requirements: `./bootstrap.sh deploy argocd clusters/$CLUSTER`
- push latest cluster config to your git repo
- verify correct branch etc. ( eg. argoless branch has been retired ! )
- trigger sync in ArgoCD starting with the KubeZero root app
( only if auto-sync is not enabled )