File tree 2 files changed +12
-0
lines changed
2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 1
1
# How to Use it?
2
2
3
+ NOTE: CephFS storage driver ( ` kubernetes.io/cephfs ` ) has been
4
+ deprecated in kubernetes 1.28 release and will be in removed in subsequent
5
+ releases. The CSI driver for CephFS (https://github.com/ceph/ceph-csi )
6
+ is available for long time now which can be an alternative option for the
7
+ users want to use CephFS volumes in their clusters.
8
+
3
9
Install Ceph on the Kubernetes host. For example, on Fedora 21
4
10
5
11
# yum -y install ceph
Original file line number Diff line number Diff line change 1
1
# How to Use it?
2
2
3
+ NOTE: Ceph RBD in-tree storage driver ( ` kubernetes.io/rbd ` ) has been
4
+ deprecated in kubernetes 1.28 release and will be in removed in subsequent
5
+ releases. The CSI driver for Ceph RBD (https://github.com/ceph/ceph-csi )
6
+ is available for long time now which can be an alternative option for the
7
+ users want to use Ceph RBD volumes in their clusters.
8
+
3
9
Install Ceph on the Kubernetes host. For example, on Fedora 21
4
10
5
11
# yum -y install ceph-common
You can’t perform that action at this time.
0 commit comments