2
2
3
3
- [ Ceph-csi Upgrade] ( #ceph-csi-upgrade )
4
4
- [ 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 )
6
7
- [ Upgrading CephFS] ( #upgrading-cephfs )
7
8
- [ 1. Upgrade CephFS Provisioner resources] ( #1-upgrade-cephfs-provisioner-resources )
8
9
- [ 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
44
45
fuse client or rbd-nbd as of now.
45
46
46
47
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
48
49
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
50
57
51
58
** Ceph-csi releases from master are expressly unsupported.** It is strongly
52
59
recommended that you use [ official
@@ -56,12 +63,12 @@ that will not be supported in the official releases. Builds from the master
56
63
branch can have functionality changed and even removed at any time without
57
64
compatibility support and without prior notice.
58
65
59
- git checkout release v2.0 .0 branch
66
+ git checkout v2.1 .0 tag
60
67
61
68
``` bash
62
69
[$] git clone https://github.com/ceph/ceph-csi.git
63
- [$] git check v2.0.0
64
70
[$] cd ./ceph-csi
71
+ [$] git checkout v2.1.0
65
72
```
66
73
67
74
** Note:** While upgrading please Ignore warning messages from kubectl output
@@ -186,7 +193,7 @@ For each node:
186
193
- The pod deletion causes the pods to be restarted and updated automatically
187
194
on the node.
188
195
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
190
197
191
198
# ## Upgrading RBD
192
199
@@ -304,7 +311,7 @@ For each node:
304
311
- The pod deletion causes the pods to be restarted and updated automatically
305
312
on the node.
306
313
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
308
315
309
316
# ## Handling node reboot hangs due to existing network mounts
310
317
0 commit comments