mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-12-26 13:22:55 +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.