Versions Compared

Key

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

...

The original example was intended for use with GCE and included some nice features like backing your NFS server with PVCs.

Prerequisites

  • SSH in to each node and install the nfs-common OS package (e.g. sudo apt-get update && sudo apt-get -y install nfs-common)

Ideally, this could be handled by the Terraform process, but may change depending on the VM image specified (e.g. apt vs yum vs dnf vs apk, etc

Specific Modifications

The StorageClasses are specific to GCE, so we do not need to include those. Instead, we rely on our Terraform process mounting an external volume to the storage nodes. 

...