Skip to content

Commit efed6fd

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

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,11 @@ Here is an example set of resources users may want to put under object count quo
165165
* `count/jobs.batch`
166166
* `count/cronjobs.batch`
167167

168-
The same syntax can be used for custom resources.
168+
If you define a quota this way, it applies to Kubernetes' APIs that are part of the API server, and
169+
to any custom resources backed by a CustomResourceDefinition. If you use [API aggregation](/docs/concepts/extend-kubernetes/api-extension/apiserver-aggregation/) to
170+
add additional, custom APIs that are not defined as CustomResourceDefinitions, the core Kubernetes
171+
control plane does not enforce quota for the aggregated API. The extension API server is expected to
172+
provide quota enforcement if that's appropriate for the custom API.
169173
For example, to create a quota on a `widgets` custom resource in the `example.com` API group, use `count/widgets.example.com`.
170174

171175
When using such a resource quota (nearly for all object kinds), an object is charged

0 commit comments

Comments
 (0)