Go to file
Radar231 769d2796f3 updated to use nfs-provisioner namespace 2023-04-18 11:19:15 -04:00
README.md updated to use nfs-provisioner namespace 2023-04-18 11:19:15 -04:00
class.yaml updated to use nfs-provisioner namespace 2023-04-18 11:19:15 -04:00
class.yaml-dist initial check-in 2023-04-18 10:46:05 -04:00
deployment.yaml updated to use nfs-provisioner namespace 2023-04-18 11:19:15 -04:00
deployment.yaml-dist initial check-in 2023-04-18 10:46:05 -04:00
rbac.yaml updated to use nfs-provisioner namespace 2023-04-18 11:19:15 -04:00
rbac.yaml-dist updated to use nfs-provisioner namespace 2023-04-18 11:19:15 -04:00
test_deploy.yml initial check-in 2023-04-18 10:46:05 -04:00
test_pvc.yaml initial check-in 2023-04-18 10:46:05 -04:00

README.md

nfs-provisioner k8s manifest

References

Introduction

This will deploy an automated nfs provisioner.

Description

These files will deploy an automated nfs provisioner, using the configuration from the kubernetes-sig nfs-subdir-external-provisioner repository. This deployment uses the manual configuration method.

The following files are copied from the deploy directory of the repository, and then modified as required. The original files have "-dist" added to the filename.

  • rbac.yaml
  • class.yaml
  • deployment.yaml

The three files are deployed to a namespace named nfs-provisioner, in the same order as they are listed.

There are two files demonstrating the usage of the NFS provisioner.

  • test_pvc.yml
  • test_deploy.yml