You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
must be enabled. (Note that the `csiMigrationRBD` flag has been removed and
788
-
replaced with `CSIMigrationRBD` in release v1.24)
753
+
Kubernetes {{< skew currentVersion >}} does not include a `rbd` volume type.
789
754
790
-
{{< note >}}
755
+
The [Rados Block Device](https://docs.ceph.com/en/latest/rbd/) (RBD) in-tree storage driver and its csi migration support were deprecated in the Kubernetes v1.28 release
756
+
and then removed entirely in the v1.31 release.
791
757
792
-
As a Kubernetes cluster operator that administers storage, here are the
793
-
prerequisites that you must complete before you attempt migration to the
794
-
RBD CSI driver:
795
-
796
-
* You must install the Ceph CSI driver (`rbd.csi.ceph.com`), v3.5.0 or above,
797
-
into your Kubernetes cluster.
798
-
* considering the `clusterID` field is a required parameter for CSI driver for
799
-
its operations, but in-tree StorageClass has `monitors` field as a required
800
-
parameter, a Kubernetes storage admin has to create a clusterID based on the
801
-
monitors hash ( ex:`#echo -n
802
-
'<monitors_string>'| md5sum`) in the CSI config map and keep the monitors
803
-
under this clusterID configuration.
804
-
* Also, if the value of `adminId` in the in-tree Storageclass is different from
805
-
`admin`, the `adminSecretName` mentioned in the in-tree Storageclass has to be
806
-
patched with the base64 value of the `adminId` parameter value, otherwise this
0 commit comments