Skip to content

Commit e4a4850

Browse files
Madhu-1mergify[bot]
authored andcommitted
Upgrade: Upgrade doc for v2.1.0
This PR updates the upgrade document from v2.0.x to v2.1.0 Signed-off-by: Madhu Rajanna <[email protected]> (cherry picked from commit 2099600)
1 parent 38ba4c1 commit e4a4850

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

docs/ceph-csi-upgrade.md

+14-7
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
- [Ceph-csi Upgrade](#ceph-csi-upgrade)
44
- [Pre-upgrade considerations](#pre-upgrade-considerations)
5-
- [Upgrading from v1.2.x to v2.0.0](#upgrading-from-v12x-to-v200)
5+
- [Upgrading from v1.2 to v2.0](#upgrading-from-v12-to-v20)
6+
- [Upgrading from v2.0 to v2.1](#upgrading-from-v20-to-v21)
67
- [Upgrading CephFS](#upgrading-cephfs)
78
- [1. Upgrade CephFS Provisioner resources](#1-upgrade-cephfs-provisioner-resources)
89
- [1.1 Update the CephFS Provisioner RBAC](#11-update-the-cephfs-provisioner-rbac)
@@ -44,9 +45,15 @@ To avoid this issue in future upgrades, we recommend that you do not use the
4445
fuse client or rbd-nbd as of now.
4546

4647
This guide will walk you through the steps to upgrade the software in a cluster
47-
from v1.2.x to v2.0.0
48+
from v2.0 to v2.1
4849

49-
## Upgrading from v1.2.x to v2.0.0
50+
## Upgrading from v1.2 to v2.0
51+
52+
Refer
53+
[upgrade-from-1.2-v2.0](https://github.com/ceph/ceph-csi/blob/v2.0.1/docs/ceph-csi-upgrade.md)
54+
to upgrade from cephcsi 1.2 to v2.0
55+
56+
## Upgrading from v2.0 to v2.1
5057

5158
**Ceph-csi releases from master are expressly unsupported.** It is strongly
5259
recommended that you use [official
@@ -56,12 +63,12 @@ that will not be supported in the official releases. Builds from the master
5663
branch can have functionality changed and even removed at any time without
5764
compatibility support and without prior notice.
5865

59-
git checkout release v2.0.0 branch
66+
git checkout v2.1.0 tag
6067

6168
```bash
6269
[$] git clone https://github.com/ceph/ceph-csi.git
63-
[$] git check v2.0.0
6470
[$] cd ./ceph-csi
71+
[$] git checkout v2.1.0
6572
```
6673

6774
**Note:** While upgrading please Ignore warning messages from kubectl output
@@ -186,7 +193,7 @@ For each node:
186193
- The pod deletion causes the pods to be restarted and updated automatically
187194
on the node.
188195

189-
we have successfully upgraded cephfs csi from v1.2.2 to v2.0.0
196+
we have successfully upgraded cephfs csi from v2.0 to v2.1
190197

191198
### Upgrading RBD
192199

@@ -304,7 +311,7 @@ For each node:
304311
- The pod deletion causes the pods to be restarted and updated automatically
305312
on the node.
306313

307-
we have successfully upgraded RBD csi from v1.2.2 to v2.0.0
314+
we have successfully upgraded RBD csi from v2.0 to v2.1
308315

309316
### Handling node reboot hangs due to existing network mounts
310317

0 commit comments

Comments
 (0)