Skip to content

Commit dadd031

Browse files
authored
Merge pull request #545 from Gekko0114/update_doc
doc: update ElasticQuota's max value
2 parents a6f5ea4 + 2d27567 commit dadd031

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)