diff --git a/doc/source/storage/kubernetes/about-persistent-volume-support.rst b/doc/source/storage/kubernetes/about-persistent-volume-support.rst index c5f9f850a..67d0700a6 100644 --- a/doc/source/storage/kubernetes/about-persistent-volume-support.rst +++ b/doc/source/storage/kubernetes/about-persistent-volume-support.rst @@ -59,9 +59,9 @@ created: .. code-block:: none ~(keystone_admin)]$ kubectl get sc - NAME PROVISIONER RECLAIMPOLICY VOLUMEBINDINGMODE ALLOWVOLUMEEXPANSION - cephfs ceph.com/cephfs Delete Immediate false - general (default) ceph.com/rbd Delete Immediate false + NAME PROVISIONER RECLAIMPOLICY VOLUMEBINDINGMODE ALLOWVOLUMEEXPANSION + cephfs cephfs.csi.ceph.com Delete Immediate true + general (default) rbd.csi.ceph.com Delete Immediate true