Skip to content

Commit aaeb829

Browse files
authored
Merge pull request #34160 from aeryaguzov/patch-1
Added link to Resource Quotas from Pod Overhead page
2 parents bc02513 + 273a36d commit aaeb829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/scheduling-eviction/pod-overhead.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ The output is:
9797
map[cpu:250m memory:120Mi]
9898
```
9999

100-
If a ResourceQuota is defined, the sum of container requests as well as the
100+
If a [ResourceQuota](/docs/concepts/policy/resource-quotas/) is defined, the sum of container requests as well as the
101101
`overhead` field are counted.
102102

103103
When the kube-scheduler is deciding which node should run a new Pod, the scheduler considers that Pod's

0 commit comments

Comments
 (0)