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.
1 parent 0508c13 commit b82e733Copy full SHA for b82e733
modules/quotas-scopes.adoc
@@ -16,12 +16,6 @@ error.
16
17
|Scope |Description
18
19
-|`Terminating`
20
-|Match pods where `spec.activeDeadlineSeconds >= 0`.
21
-
22
-|`NotTerminating`
23
-|Match pods where `spec.activeDeadlineSeconds` is `nil`.
24
25
|`BestEffort`
26
|Match pods that have best effort quality of service for either `cpu` or
27
`memory`.
@@ -35,8 +29,7 @@ A `BestEffort` scope restricts a quota to limiting the following resources:
35
29
36
30
- `pods`
37
31
38
-A `Terminating`, `NotTerminating`, and `NotBestEffort` scope restricts a quota
39
-to tracking the following resources:
32
+A `NotBestEffort` scope restricts a quota to tracking the following resources:
40
33
41
34
42
- `memory`
0 commit comments