![]() Automatic merge from submit-queue (batch tested with PRs 53135, 52512, 48339). 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>. Fixed counting of unbound PVCs towards limit of attached volumes. Count unbound PVCs to the limit of attached volumes to a node. When MaxPDVolumeCountPredicate is in doubt (e.g. PVC or PV is missing), it assumes the volume is attached. It should assume the same when it encounters an unbound PVC. In any case, it should not return an error, it would stop scheduling all pods with a PVC. Fixes: #53134 ```release-note NONE ``` |
||
---|---|---|
.. | ||
BUILD | ||
error.go | ||
metadata_test.go | ||
metadata.go | ||
predicates_test.go | ||
predicates.go | ||
utils_test.go | ||
utils.go |