Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Let's try to summarize the steps carried out thanks to the visual aid of the screen below. The operations carried out, in chronological order, are (use the AGE column as a reference):

  • creation of a large default storage, through sc/local-storage and pv/local-pv;
  • deployment of the NFS Server (nfs.yaml), which generates the pvc/nfs-default-claim linked to the pv/local-pv;
  • administrator creates sc/rook-nfs-share1 with provisioner rook-nfs-provisioner;
  • the user creates pvc/rook-nfs-pv-claim, which dynamically generates a small volume, within its namespace;
  • the user can create other volumes in the same or other namespaces.

...