Skip to content

Commit

Permalink
Added link to Resource Quotas
Browse files Browse the repository at this point in the history
  • Loading branch information
aeryaguzov committed Jun 7, 2022
1 parent 9713692 commit 273a36d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

1 comment on commit 273a36d

@lucianod2
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @aeryaguzov
In the line 167 says "The Pod level cgroup is one directory above." should the sentence be "The Pod level cgroup is one directory below?"

Please sign in to comment.