File tree 1 file changed +7
-4
lines changed 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -339,10 +339,13 @@ spec:
339
339
- NotTerminating <4>
340
340
----
341
341
<1> The total number of pods in a non-terminal state.
342
- <2> Across all pods in a non-terminal state, the sum of CPU limits cannot exceed this value.
343
- <3> Across all pods in a non-terminal state, the sum of memory limits cannot exceed this value.
344
- <4> Restricts the quota to only matching pods where `spec.activeDeadlineSeconds is nil`. For example,
345
- this quota would not charge for build or deployer pods.
342
+ <2> Across all pods in a non-terminal state, the sum of CPU limits cannot exceed
343
+ this value.
344
+ <3> Across all pods in a non-terminal state, the sum of memory limits cannot exceed
345
+ this value.
346
+ <4> Restricts the quota to only matching pods where `spec.activeDeadlineSeconds` is
347
+ set to `nil`. Build pods will fall under `NotTerminating` unless the
348
+ `RestartNever` policy is applied.
346
349
347
350
348
351
.*_compute-resources-time-bound.yaml_*
You can’t perform that action at this time.
0 commit comments