mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-20 09:50:57 +00:00
Automatic merge from submit-queue Volume Provisioning E2E: test PVC delete causes PV delete **What this PR does / why we need it**: Test for a regression addressed in #21268. There was a case where the PVC being created and deleted quickly may result in a provisioned PV left behind as `Available.` ```release-note NONE ``` cc @jeffvance