Skip to content

sophalHong/k8s-hostpath-provisioner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

k8s-hostpath-provisioner

A dynamic provisioning of Kubernetes Hostpath volumes.
This project is created based on an example from kubernetes-sigs/sig-storage-lib-external-provisioner.

Build

make

Deploy

kubectl apply -f ./deploy/operator.yaml
kubectl apply -f ./deploy/test.yaml
timeout 30 bash -c "until kubectl get pod test-pod -o=jsonpath='{.status.phase}' | grep -E 'Succeeded|Failed'; do sleep 1; done"

About

Dynamic Provisioning for Kubernetes HostPath Volumes

Resources

Stars

Watchers

Forks

Packages

No packages published