Go to file
Jackie Li c916b18425 fix spell error & add travis build 2017-04-26 22:06:03 +01:00
cmd/nfs-client-provisioner fix spell error & add travis build 2017-04-26 22:06:03 +01:00
deploy fix spell error & add travis build 2017-04-26 22:06:03 +01:00
.gitignore nfs-client-provisioner fixes #5 2017-04-26 21:12:08 +01:00
Dockerfile add boilerplate required license terms 2017-04-26 21:30:49 +01:00
README.md fix spell error & add travis build 2017-04-26 22:06:03 +01:00
build.sh add boilerplate required license terms 2017-04-26 21:30:49 +01:00

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 to archived-???