chore: make upgrade docs easier to cp paste

This commit is contained in:
Stefan Reimer 2021-04-26 18:14:24 +02:00
parent a5a8ce3207
commit 7327c9c890

View File

@ -52,10 +52,15 @@ Providing backup solutions for KubeZero clusters:
`./bootstrap.sh crds all clusters/$CLUSTER`
2. Prepare upgrade
Remove legacy monitoring configmaps
`kubectl delete cm -n monitoring -l grafana_dashboard=1`
Remove previous Grafana stateful config
`kubectl delete pvc metrics-grafana -n monitoring`
- Remove legacy monitoring configmaps
- Remove previous Grafana stateful config
- Remove legacy Istio Enovyfilter
```
kubectl delete cm -n monitoring -l grafana_dashboard=1
kubectl delete pvc metrics-grafana -n monitoring
kubectl delete envoyfilter -A -l operator.istio.io/version=1.6.9
```
3. Upgrade all components
`./bootstrap.sh deploy all clusters/$CLUSTER`