We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7e22ae5 + acbaf25 commit b6b30faCopy full SHA for b6b30fa
content/en/docs/concepts/policy/resource-quotas.md
@@ -208,6 +208,19 @@ field in the quota spec.
208
209
A quota is matched and consumed only if `scopeSelector` in the quota spec selects the pod.
210
211
+When quota is scoped for priority class using `scopeSelector` field, quota object is restricted to track only following resources:
212
+
213
+* `pods`
214
+* `cpu`
215
+* `memory`
216
+* `ephemeral-storage`
217
+* `limits.cpu`
218
+* `limits.memory`
219
+* `limits.ephemeral-storage`
220
+* `requests.cpu`
221
+* `requests.memory`
222
+* `requests.ephemeral-storage`
223
224
This example creates a quota object and matches it with pods at specific priorities. The example
225
works as follows:
226
0 commit comments