mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-01-05 19:49:28 +00:00
doc: update the document for 3.13 release
updating the documents for the 3.13 release. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
parent
7731a913e9
commit
778104d92f
@ -56,8 +56,8 @@ environments.
|
||||
|
||||
| Ceph CSI Version | Container Orchestrator Name | Version Tested |
|
||||
| -----------------| --------------------------- | -------------------|
|
||||
| v3.12.0 | Kubernetes | v1.29, v1.30, v1.31|
|
||||
| v3.11.0 | Kubernetes | v1.26, v1.27, v1.28, v1.29|
|
||||
| v3.13.0 | Kubernetes | v1.29, v1.30, v1.31|
|
||||
| v3.12.3 | Kubernetes | v1.29, v1.30, v1.31|
|
||||
|
||||
There is work in progress to make this CO-independent and thus
|
||||
support other orchestration environments (Nomad, Mesos..etc).
|
||||
@ -129,11 +129,12 @@ in the Kubernetes documentation.
|
||||
| Ceph CSI Release/Branch | Container image name | Image Tag |
|
||||
| ----------------------- | ---------------------------- | --------- |
|
||||
| devel (Branch) | quay.io/cephcsi/cephcsi | canary |
|
||||
| v3.12.0 (Release) | quay.io/cephcsi/cephcsi | v3.12.0 |
|
||||
| v3.11.0 (Release) | quay.io/cephcsi/cephcsi | v3.11.0 |
|
||||
| v3.13.0 (Release) | quay.io/cephcsi/cephcsi | v3.13.0 |
|
||||
| v3.12.3 (Release) | quay.io/cephcsi/cephcsi | v3.12.3 |
|
||||
|
||||
| Deprecated Ceph CSI Release/Branch | Container image name | Image Tag |
|
||||
| ----------------------- | --------------------------------| --------- |
|
||||
| v3.11.0 (Release) | quay.io/cephcsi/cephcsi | v3.11.0 |
|
||||
| v3.10.2 (Release) | quay.io/cephcsi/cephcsi | v3.10.2 |
|
||||
| v3.10.1 (Release) | quay.io/cephcsi/cephcsi | v3.10.1 |
|
||||
| v3.10.0 (Release) | quay.io/cephcsi/cephcsi | v3.10.0 |
|
||||
|
@ -4,7 +4,7 @@
|
||||
- [Pre-upgrade considerations](#pre-upgrade-considerations)
|
||||
- [Snapshot-controller and snapshot crd](#snapshot-controller-and-snapshot-crd)
|
||||
- [Upgrading from previous releases](#upgrading-from-previous-releases)
|
||||
- [Upgrading from v3.11 to v3.12](#upgrading-from-v311-to-v312)
|
||||
- [Upgrading from v3.12 to v3.13](#upgrading-from-v312-to-v313)
|
||||
- [Upgrading CephFS](#upgrading-cephfs)
|
||||
- [1. Upgrade CephFS Provisioner resources](#1-upgrade-cephfs-provisioner-resources)
|
||||
- [1.1 Update the CephFS Provisioner RBAC](#11-update-the-cephfs-provisioner-rbac)
|
||||
@ -49,7 +49,7 @@ To avoid this issue in future upgrades, we recommend that you do not use the
|
||||
fuse client as of now.
|
||||
|
||||
This guide will walk you through the steps to upgrade the software in a cluster
|
||||
from v3.11 to v3.12
|
||||
from v3.12 to v3.13
|
||||
|
||||
### Snapshot-controller and snapshot crd
|
||||
|
||||
@ -79,9 +79,10 @@ To upgrade from previous releases, refer to the following:
|
||||
to upgrade from cephcsi v3.8 to v3.9
|
||||
- [upgrade-from-v3.9-v3.10](https://github.com/ceph/ceph-csi/blob/v3.10.0/docs/ceph-csi-upgrade.md)
|
||||
- [upgrade-from-v3.10-v3.11](https://github.com/ceph/ceph-csi/blob/v3.11.0/docs/ceph-csi-upgrade.md)
|
||||
to upgrade from cephcsi v3.10 to v3.11
|
||||
- [upgrade-from-v3.11-v3.12](https://github.com/ceph/ceph-csi/blob/v3.12.3/docs/ceph-csi-upgrade.md)
|
||||
to upgrade from cephcsi v3.11 to v3.12
|
||||
|
||||
## Upgrading from v3.11 to v3.12
|
||||
## Upgrading from v3.12 to v3.13
|
||||
|
||||
**Ceph-csi releases from devel are expressly unsupported.** It is strongly
|
||||
recommended that you use [official
|
||||
@ -91,19 +92,19 @@ that will not be supported in the official releases. Builds from the devel
|
||||
branch can have functionality changed and even removed at any time without
|
||||
compatibility support and without prior notice.
|
||||
|
||||
**Also, we do not recommend any direct upgrades to 3.12 except from 3.11 to 3.12.**
|
||||
For example, upgrading from 3.10 to 3.12 is not recommended.
|
||||
**Also, we do not recommend any direct upgrades to 3.13 except from 3.12 to 3.13.**
|
||||
For example, upgrading from 3.10 to 3.13 is not recommended.
|
||||
|
||||
**Refer to the Breaking Changes Section in the
|
||||
[release notes](https://github.com/ceph/ceph-csi/releases/tag/v3.12.0) before
|
||||
proceeding further.**
|
||||
|
||||
git checkout v3.12.0 tag
|
||||
git checkout v3.13.0 tag
|
||||
|
||||
```bash
|
||||
git clone https://github.com/ceph/ceph-csi.git
|
||||
cd ./ceph-csi
|
||||
git checkout v3.12.0
|
||||
git checkout v3.13.0
|
||||
```
|
||||
|
||||
```console
|
||||
@ -225,7 +226,7 @@ For each node:
|
||||
- The pod deletion causes the pods to be restarted and updated automatically
|
||||
on the node.
|
||||
|
||||
we have successfully upgraded cephfs csi from v3.11 to v3.12
|
||||
we have successfully upgraded cephfs csi from v3.12 to v3.13
|
||||
|
||||
### Upgrading RBD
|
||||
|
||||
@ -289,7 +290,7 @@ daemonset.apps/csi-rbdplugin configured
|
||||
service/csi-metrics-rbdplugin configured
|
||||
```
|
||||
|
||||
we have successfully upgraded RBD csi from v3.11 to v3.12
|
||||
we have successfully upgraded RBD csi from v3.12 to v3.13
|
||||
|
||||
### Upgrading NFS
|
||||
|
||||
@ -351,7 +352,7 @@ daemonset.apps/csi-nfsplugin configured
|
||||
service/csi-metrics-nfsplugin configured
|
||||
```
|
||||
|
||||
we have successfully upgraded nfs csi from v3.11 to v3.12
|
||||
we have successfully upgraded nfs csi from v3.12 to v3.13
|
||||
|
||||
### CSI Sidecar containers consideration
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user