Polyaxon in-cluster NFS provisioner to simplify the creation of ReadWriteMany and ReadOnlyMany volumes.

Install Helm

To install the nfs-provisioner, make sure you have Helm installed.

Create Namespace

If you are using this chart with Polyaxon, please install the chart on the same namespace where you installed Polyaxon.

kubectl create namespace polyaxon

# namespace "polyaxon" created

Install the nfs provisioner

helm install plx-nfs stable/nfs-server-provisioner --namespace=polyaxon

Create volumes to be used as artifacts store.

Use the PVC as an artifacts store in Polyaxon

In order to use the PVC with Polyaxon, you can follow the artifacts on Persistent Volume Claim.