Skip to content

Commit 8bd2ee5

Browse files
pegasasTim Bannister
andauthored
Update content/en/docs/concepts/policy/resource-quotas.md
Co-authored-by: Tim Bannister <[email protected]>
1 parent e4d1341 commit 8bd2ee5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,8 @@ 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 for certain resources type, an object is charged against the quota if it exists in server storage.
171+
When using `count/*` resource quota (only available for some object kinds), an object is charged
172+
against the quota if the control plane has a stored copy.
172173
These types of quotas are useful to protect against exhaustion of storage resources. For example, you may
173174
want to limit the number of Secrets in a server given their large size. Too many Secrets in a cluster can
174175
actually prevent servers and controllers from starting. You can set a quota for Jobs to protect against

0 commit comments

Comments
 (0)