• Kubernetes Submit Queue's avatar
    Merge pull request #67062 from cofyc/fix66287 · 027d0fcf
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue (batch tested with PRs 67062, 67169, 67539, 67504, 66876). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.
    
    Double check PVC if not found in syncVolume
    
    **What this PR does / why we need it**:
    
    Double check PVC if not found in syncVolume.
        
    If PV is bound by external PV binder (e.g. kube-scheduler), it's possible on heavy load that corresponding PVC is not synced to controller local cache yet.
    
    **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
    Fixes #66287
    
    **Special notes for your reviewer**:
    
    **Release note**:
    
    ```release-note
    Double check PVC if not found in syncVolume to prevent reclaiming PV wrongly.
    ```
    027d0fcf
Name
Last commit
Last update
..
attachdetach Loading commit data...
events Loading commit data...
expand Loading commit data...
persistentvolume Loading commit data...
pvcprotection Loading commit data...
pvprotection Loading commit data...
OWNERS Loading commit data...