k8s-hostpath-provisioner icon indicating copy to clipboard operation
k8s-hostpath-provisioner copied to clipboard

pending state

Open husseinharake opened this issue 5 years ago • 0 comments

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: Annotations: volume.beta.kubernetes.io/storage-provisioner: torchbox.com/hostpath Finalizers: [kubernetes.io/pvc-protection] Capacity:
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

husseinharake avatar Dec 18 '19 10:12 husseinharake