Skip to content

Commit 324b9dd

Browse files
author
Bob Furu
authored
Merge pull request #30945 from bobfuru/ISSUE-29590
ISSUE-29590 - Clarify wording for compute-resources-time-bound example
2 parents 57202ea + bd35237 commit 324b9dd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

modules/quotas-sample-resource-quotas-def.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -121,11 +121,11 @@ spec:
121121
scopes:
122122
- Terminating <5>
123123
----
124-
<1> The total number of pods in a non-terminal state.
125-
<2> Across all pods in a non-terminal state, the sum of CPU limits cannot exceed this value.
126-
<3> Across all pods in a non-terminal state, the sum of memory limits cannot exceed this value.
127-
<4> Across all pods in a non-terminal state, the sum of ephemeral storage limits cannot exceed this value.
128-
<5> Restricts the quota to only matching pods where `spec.activeDeadlineSeconds >=0`. For example, this quota would charge for build or deployer pods, but not long running pods like a web server or database.
124+
<1> The total number of pods in a terminating state.
125+
<2> Across all pods in a terminating state, the sum of CPU limits cannot exceed this value.
126+
<3> Across all pods in a terminating state, the sum of memory limits cannot exceed this value.
127+
<4> Across all pods in a terminating state, the sum of ephemeral storage limits cannot exceed this value.
128+
<5> Restricts the quota to only matching pods where `spec.activeDeadlineSeconds >=0`. For example, this quota would charge for build or deployer pods, but not long running pods like a web server or database.
129129

130130
.`storage-consumption.yaml`
131131
[source,yaml]

0 commit comments

Comments
 (0)