Skip to content

Commit ad4779e

Browse files
authored
Update manage-compute-resources-container.md
1 parent ffd553b commit ad4779e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/concepts/configuration/manage-compute-resources-container.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ spec:
350350
### How Pods with ephemeral-storage requests are scheduled
351351

352352
When you create a Pod, the Kubernetes scheduler selects a node for the Pod to
353-
run on. Each node has a maximum amount of local ephemeral storage it can provide for Pods (Please refer to the documentation of [Node Allocata](/docs/tasks/administer-cluster/reserve-compute-resources/). The scheduler ensures that, the sum of the resource requests of the scheduled Containers is less than the capacity of the node.
353+
run on. Each node has a maximum amount of local ephemeral storage it can provide for Pods (Please refer to the documentation of [Node Allocatable](/docs/tasks/administer-cluster/reserve-compute-resources/#node-allocatable). The scheduler ensures that, the sum of the resource requests of the scheduled Containers is less than the capacity of the node.
354354

355355
### How Pods with ephemeral-storage limits are run
356356

0 commit comments

Comments
 (0)