Go to file
Jackie Li 3376ae7e5f nfs-client-provisioner initial code
(cherry picked from commit 5a51799e23)
2020-09-07 05:48:52 +00:00
cmd/nfs-client-provisioner nfs-client-provisioner initial code 2020-09-07 05:48:52 +00:00
deploy nfs-client-provisioner initial code 2020-09-07 05:48:52 +00:00
.gitignore nfs-client-provisioner initial code 2020-09-07 05:48:52 +00:00
CONTRIBUTING.md Update template files to include repo-specific info 2020-03-26 07:32:42 +05:30
Dockerfile nfs-client-provisioner initial code 2020-09-07 05:48:52 +00:00
LICENSE Initial commit 2020-03-26 07:23:01 +05:30
OWNERS Adding ashishranjan738 as the owner 2020-08-08 19:38:46 +05:30
README.md nfs-client-provisioner initial code 2020-09-07 05:48:52 +00:00
RELEASE.md Initial commit 2020-03-26 07:23:01 +05:30
SECURITY_CONTACTS Update template files to include repo-specific info 2020-03-26 07:32:42 +05:30
build.sh nfs-client-provisioner initial code 2020-09-07 05:48:52 +00:00
code-of-conduct.md Initial commit 2020-03-26 07:23:01 +05:30

README.md

kubernetes nfs-client-provisioner

  • pv provisioned as ${namespace}-${pvcName}-${pvName}
  • pv recycled as archieved-${namespace}-${pvcName}-${pvName}

deploy

  • modify and deploy deploy/deployment.yaml
  • modify and deploy deploy/class.yaml

test

  • kubectl create -f deploy/test-claim.yaml
  • kubectl create -f deploy/test-pod.yaml
  • check the folder and file "SUCCESS" created
  • kubectl delete -f deploy/test-pod.yaml
  • kubectl delete -f deploy/test-claim.yaml
  • check the folder renamed