Skip to content

Commit

Permalink
doc: update ElasticQuota's max value
Browse files Browse the repository at this point in the history
  • Loading branch information
Gekko0114 committed Mar 22, 2023
1 parent 7da686c commit 2d27567
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kep/9-capacity-scheduling/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,8 @@ spec:
```
The definitions of "min" and "max" have been explained above. Max is infinite
by default, min is 0 by default. The sum of min in all ElasticQuota must be
(in particular `math.MaxInt64`) by default, min is 0 by default.
The sum of min in all ElasticQuota must be
less than or equal to the total resource capacity of the cluster.The
ElasticQuota objects are created by a cluster administrator. One ElasticQuota
object per namespace.
Expand Down

0 comments on commit 2d27567

Please sign in to comment.