From aeebd5d03bdd35569d10643320e7efd6c9c04b10 Mon Sep 17 00:00:00 2001 From: Humble Chirammal Date: Mon, 30 Aug 2021 16:45:41 +0530 Subject: [PATCH] doc: remove upgrade instructions for earlier releases As we have deprecated earlier versions than v3.3.0, it is not required to keep the upgrade docs for the same. The upgrade doc for v3.2.0 to v3.3.0 has been kept intact. Signed-off-by: Humble Chirammal --- docs/ceph-csi-upgrade.md | 33 --------------------------------- 1 file changed, 33 deletions(-) diff --git a/docs/ceph-csi-upgrade.md b/docs/ceph-csi-upgrade.md index ba41c9fb3..0bc8b5905 100644 --- a/docs/ceph-csi-upgrade.md +++ b/docs/ceph-csi-upgrade.md @@ -4,11 +4,6 @@ - [Pre-upgrade considerations](#pre-upgrade-considerations) - [Snapshot-controller and snapshot crd](#snapshot-controller-and-snapshot-crd) - [Snapshot API version support matrix](#snapshot-api-version-support-matrix) - - [Upgrading from v1.2 to v2.0](#upgrading-from-v12-to-v20) - - [Upgrading from v2.0 to v2.1](#upgrading-from-v20-to-v21) - - [Upgrading from v2.1 to v3.0](#upgrading-from-v21-to-v30) - - [Upgrading from v3.0 to v3.1](#upgrading-from-v30-to-v31) - - [Upgrading from v3.1 to v3.2](#upgrading-from-v31-to-v32) - [Upgrading from v3.2 to v3.3](#upgrading-from-v32-to-v33) - [Upgrading from v3.3 to v3.4](#upgrading-from-v33-to-v34) - [Upgrading CephFS](#upgrading-cephfs) @@ -65,34 +60,6 @@ controller and snapshot CRD. more info can be found **Note:** We recommend to use {sidecar, controller, crds} of same version -## Upgrading from v1.2 to v2.0 - -Refer -[upgrade-from-v1.2-v2.0](https://github.com/ceph/ceph-csi/blob/v2.0.1/docs/ceph-csi-upgrade.md) -to upgrade from cephcsi v1.2 to v2.0 - -## Upgrading from v2.0 to v2.1 - -Refer -[upgrade-from-v2.0-v2.1](https://github.com/ceph/ceph-csi/blob/v2.1.2/docs/ceph-csi-upgrade.md) -to upgrade from cephcsi v2.0 to v2.1 - -## Upgrading from v2.1 to v3.0 - -Refer -[upgrade-from-v2.1-v3.0](https://github.com/ceph/ceph-csi/blob/v3.0.0/docs/ceph-csi-upgrade.md) -to upgrade from cephcsi v2.1 to v3.0 - -## Upgrading from v3.0 to v3.1 - -Refer [upgrade-from-v3.0-v3.1](https://github.com/ceph/ceph-csi/blob/v3.1.2/docs/ceph-csi-upgrade.md) -to upgrade from cephcsi v3.0 to v3.1 - -## Upgrading from v3.1 to v3.2 - -Refer [upgrade-from-v3.1-v3.2](https://github.com/ceph/ceph-csi/blob/v3.2.1/docs/ceph-csi-upgrade.md) -to upgrade from cephcsi v3.1 to v3.2 - ## Upgrading from v3.2 to v3.3 Refer [upgrade-from-v3.2-v3.3](https://github.com/ceph/ceph-csi/blob/v3.3.1/docs/ceph-csi-upgrade.md)