Skip to content

Commit e4d1341

Browse files
committed
clarification for ResourceQuota concept
1 parent 62c862b commit e4d1341

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/en/docs/concepts/policy/resource-quotas.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ Here is an example set of resources users may want to put under object count quo
168168
The same syntax can be used for custom resources.
169169
For example, to create a quota on a `widgets` custom resource in the `example.com` API group, use `count/widgets.example.com`.
170170

171-
When using `count/*` resource quota, an object is charged against the quota if it exists in server storage.
171+
When using `count/*` resource quota for certain resources type, an object is charged against the quota if it exists in server storage.
172172
These types of quotas are useful to protect against exhaustion of storage resources. For example, you may
173173
want to limit the number of Secrets in a server given their large size. Too many Secrets in a cluster can
174174
actually prevent servers and controllers from starting. You can set a quota for Jobs to protect against
@@ -194,6 +194,8 @@ created in a single namespace that are not terminal. You might want to set a `po
194194
quota on a namespace to avoid the case where a user creates many small pods and
195195
exhausts the cluster's supply of Pod IPs.
196196

197+
You can find more examples on [Viewing and Setting Quotas](/docs/concepts/policy/resource-quotas/#viewing-and-setting-quotas).
198+
197199
## Quota Scopes
198200

199201
Each quota can have an associated set of `scopes`. A quota will only measure usage for a resource if it matches

0 commit comments

Comments
 (0)