Skip to content

Commit 26d565c

Browse files
authored
Merge pull request #31315 from utkarsh-singh1/edit-managed-resource-containers
Updated managed-resource-containers.md
2 parents e909d00 + 42e88a3 commit 26d565c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/en/docs/concepts/configuration/manage-resources-containers.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -709,13 +709,13 @@ Allocated resources:
709709
680m (34%) 400m (20%) 920Mi (11%) 1070Mi (13%)
710710
```
711711

712-
In the preceding output, you can see that if a Pod requests more than 1.120 CPUs,
712+
In the preceding output, you can see that if a Pod requests more than 1.120 CPUs
713713
or more than 6.23Gi of memory, that Pod will not fit on the node.
714714

715715
By looking at the “Pods” section, you can see which Pods are taking up space on
716716
the node.
717717

718-
The amount of resources available to Pods is less than the node capacity, because
718+
The amount of resources available to Pods is less than the node capacity because
719719
system daemons use a portion of the available resources. Within the Kubernetes API,
720720
each Node has a `.status.allocatable` field
721721
(see [NodeStatus](/docs/reference/kubernetes-api/cluster-resources/node-v1/#NodeStatus)
@@ -736,7 +736,7 @@ prevent one team from using so much of any resource that this over-use affects o
736736

737737
You should also consider what access you grant to that namespace:
738738
**full** write access to a namespace allows someone with that access to remove any
739-
resource, include a configured ResourceQuota.
739+
resource, including a configured ResourceQuota.
740740

741741
### My container is terminated
742742

0 commit comments

Comments
 (0)