mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2026-01-13 02:25:33 +00:00
This uses the information provided by a CSI driver deployment for
checking whether a node has access to enough storage to create the
currently unbound volumes, if the CSI driver opts into that checking
with CSIDriver.Spec.VolumeCapacity != false.
This resolves a TODO from commit 95b530366a.