Open uniit opened 3 months ago
The Kubernetes project currently lacks enough contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle stale
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
Consider the following example:
Storage Class yaml based on ReadMe:
PVC yaml based on ReadMe:
After the PVC removal the nfs provisioner can't find the folder to delete:
The only way to get OnDelete working is to not use the folder in the path. See an example here.
Question: Can you please fix that issue or add a note that "onDelete: delete" won't work if "pathPattern" contains folders?