k8s-hostpath-provisioner
k8s-hostpath-provisioner copied to clipboard
pending state
I am testing the k8s-hostpath-provisioner, PVC remains in pending state. Our system uses PSP so wondering if we need to apply any changes to allow serviceaccount access to hostpath?
[root@system~]# kubectl describe pvc test -n kube-system
Name: test
Namespace: kube-system
StorageClass: hostpath
Status: Pending
Volume:
Labels:
Access Modes:
VolumeMode: Filesystem
Events:
Type Reason Age From Message
Normal ExternalProvisioning 10s (x2 over 25s) persistentvolume-controller waiting for a volume to be created, either by external provisioner "torchbox.com/hostpath" or manually created by system administrator
Mounted By:
Thanks