...
Verify, afterwards, that the NFS Server pod is up and running. If the NFS Server pod is in the Running state, then we have successfully created an exported NFS share, that clients can start to access over the network. Inside the nfs.yaml file there are, in addition to the NFS Server part, some lines relating to the implementation of a PVC, which hooks to the default PV created previously. Verify that the PVC has been created in the rook-nfs namespace and that it is bound to the above PV.
| Code Block | ||||||
|---|---|---|---|---|---|---|
| ||||||
$ kubectl get pod -l app=rook-nfs -n rook-nfs NAME READY STATUS RESTARTS AGE rook-nfs-0 2/2 Running 0 43m |
...