File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/en/docs/concepts/configuration Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -709,13 +709,13 @@ Allocated resources:
709
709
680m (34%) 400m (20%) 920Mi (11%) 1070Mi (13%)
710
710
```
711
711
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
713
713
or more than 6.23Gi of memory, that Pod will not fit on the node.
714
714
715
715
By looking at the “Pods” section, you can see which Pods are taking up space on
716
716
the node.
717
717
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
719
719
system daemons use a portion of the available resources. Within the Kubernetes API,
720
720
each Node has a ` .status.allocatable ` field
721
721
(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
736
736
737
737
You should also consider what access you grant to that namespace:
738
738
** 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.
740
740
741
741
### My container is terminated
742
742
You can’t perform that action at this time.
0 commit comments