]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/cephfs/nfs: Add note about how to fetch port details with rook
authorVarsha Rao <varao@redhat.com>
Thu, 31 Dec 2020 10:54:34 +0000 (16:24 +0530)
committerVarsha Rao <varao@redhat.com>
Tue, 5 Jan 2021 12:34:34 +0000 (18:04 +0530)
Fixes: https://tracker.ceph.com/issues/48731
Signed-off-by: Varsha Rao <varao@redhat.com>
doc/cephfs/fs-nfs-exports.rst

index dd224c2c2913627f7e86d487e4a80f4f3d471789..46dc954491b71ee4a55cb4cc9e6c7834cc911dbb 100644 (file)
@@ -87,6 +87,13 @@ Show NFS Ganesha Cluster Information
 
 This displays ip and port of deployed cluster.
 
+.. note:: This will not work with rook backend. Instead expose port with
+   kubectl patch command and fetch the port details with kubectl get services
+   command::
+
+   $ kubectl patch service -n rook-ceph -p '{"spec":{"type": "NodePort"}}' rook-ceph-nfs-<cluster-name>-<node-id>
+   $ kubectl get services -n rook-ceph rook-ceph-nfs-<cluster-name>-<node-id>
+
 Set Customized NFS Ganesha Configuration
 ========================================