From a7c768ade219598489534f8bd6016a7bd1d76491 Mon Sep 17 00:00:00 2001 From: Sheng Yang Date: Fri, 24 Aug 2018 14:12:40 -0700 Subject: [PATCH] Update upgrade.md --- docs/upgrade.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/upgrade.md b/docs/upgrade.md index 77f6e64..16eab21 100644 --- a/docs/upgrade.md +++ b/docs/upgrade.md @@ -109,6 +109,7 @@ kubectl -n ${NAMESPACE} get engines.longhorn.rancher.io -o yaml > longhorn-v0.1- kubectl -n ${NAMESPACE} get replicas.longhorn.rancher.io -o yaml > longhorn-v0.1-backup-replicas.yaml kubectl -n ${NAMESPACE} get settings.longhorn.rancher.io -o yaml > longhorn-v0.1-backup-settings.yaml ``` +After it's done, check those files, make sure they're not empty (unless you have no existing volumes). ### v0.2 Check your backups to make sure Longhorn was running in namespace @@ -120,6 +121,7 @@ kubectl -n ${NAMESPACE} get engines.longhorn.rancher.io -o yaml > longhorn-v0.2- kubectl -n ${NAMESPACE} get replicas.longhorn.rancher.io -o yaml > longhorn-v0.2-backup-replicas.yaml kubectl -n ${NAMESPACE} get settings.longhorn.rancher.io -o yaml > longhorn-v0.2-backup-settings.yaml ``` +After it's done, check those files, make sure they're not empty (unless you have no existing volumes). ## Delete CRDs in Different Namespace