Versions Compared

Key

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

...

  • Provision a VM outside of Kubernetes/Terraform (e.g. Ubuntu 16.04 LTS)
  • SSH in and install the nfs-common OS package (e.g. sudo apt-get update && sudo apt-get -y install nfs-common
  • Create your /exports and run an NFS server
  • Open ports 2049, 20048, and 111 firewall using OpenStack security groups
  • Consume the NFS mount from Kubernetes

...