Update content/en/docs/concepts/storage/storage-capacity.md
This commit is contained in:
parent
8d61be834a
commit
fe1d65ba61
|
|
@ -70,7 +70,7 @@ decides where to create the volume, independently of Pods that will
|
||||||
use the volume. The scheduler then schedules Pods onto nodes where the
|
use the volume. The scheduler then schedules Pods onto nodes where the
|
||||||
volume is available after the volume has been created.
|
volume is available after the volume has been created.
|
||||||
|
|
||||||
For [CSI ephemeral volumes](/docs/concepts/storage/volumes/#csi),
|
For [CSI ephemeral volumes](/docs/concepts/storage/ephemeral-volumes/#csi-ephemeral-volumes),
|
||||||
scheduling always happens without considering storage capacity. This
|
scheduling always happens without considering storage capacity. This
|
||||||
is based on the assumption that this volume type is only used by
|
is based on the assumption that this volume type is only used by
|
||||||
special CSI drivers which are local to a node and do not need
|
special CSI drivers which are local to a node and do not need
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue