local-path-provisioner icon indicating copy to clipboard operation
local-path-provisioner copied to clipboard

Do not create directory if not found

Open kvaps opened this issue 3 years ago • 3 comments

Same as https://github.com/rancher/local-path-provisioner/pull/138, second attempt

Use type: Directory instead of type: DirectoryOrCreate allows to block running workload on provisioned directories, to avoid the situations when initial storage is unmounted or broken.

fixes https://github.com/rancher/local-path-provisioner/issues/137

kvaps avatar Dec 22 '21 20:12 kvaps