Skip to content

Commit 2d27567

Browse files
committed
doc: update ElasticQuota's max value
1 parent 7da686c commit 2d27567

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

kep/9-capacity-scheduling/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,8 @@ spec:
202202
```
203203
204204
The definitions of "min" and "max" have been explained above. Max is infinite
205-
by default, min is 0 by default. The sum of min in all ElasticQuota must be
205+
(in particular `math.MaxInt64`) by default, min is 0 by default.
206+
The sum of min in all ElasticQuota must be
206207
less than or equal to the total resource capacity of the cluster.The
207208
ElasticQuota objects are created by a cluster administrator. One ElasticQuota
208209
object per namespace.

0 commit comments

Comments
 (0)