Image Overview: nfs-subdir-external-provisioner

Overview: nfs-subdir-external-provisioner Chainguard Image

Dynamic sub-dir volume provisioner on a remote NFS server.

Download this Image

The image is available on cgr.dev:

docker pull cgr.dev/chainguard/nfs-subdir-external-provisioner:latest

Testing

The NFS subdir external provisioner is an automatic provisioner for Kubernetes that uses your already configured NFS server, automatically creating Persistent Volumes.

To get more information about the nfs-subdir-external-provisioner, visit the GitHub repository.

There is a Helm chart available for the nfs-subdir-external-provisioner. To install it, run:

$ helm repo add nfs-subdir-external-provisioner https://kubernetes-sigs.github.io/nfs-subdir-external-provisioner/

$ helm install nfs-subdir-external-provisioner nfs-subdir-external-provisioner/nfs-subdir-external-provisioner \
    --set image.repository=cgr.dev/chainguard/nfs-subdir-external-provisioner \
    --set image.tag=latest \
    --set nfs.server=x.x.x.x \
    --set nfs.path=/exported/path

Last updated: 2024-04-11 12:38