Merge pull request #34160 from aeryaguzov/patch-1
Added link to Resource Quotas from Pod Overhead pagepull/34184/head
commit
aaeb8292ef
|
@ -97,7 +97,7 @@ The output is:
|
|||
map[cpu:250m memory:120Mi]
|
||||
```
|
||||
|
||||
If a ResourceQuota is defined, the sum of container requests as well as the
|
||||
If a [ResourceQuota](/docs/concepts/policy/resource-quotas/) is defined, the sum of container requests as well as the
|
||||
`overhead` field are counted.
|
||||
|
||||
When the kube-scheduler is deciding which node should run a new Pod, the scheduler considers that Pod's
|
||||
|
|
Loading…
Reference in New Issue