We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7da686c commit 2d27567Copy full SHA for 2d27567
kep/9-capacity-scheduling/README.md
@@ -202,7 +202,8 @@ spec:
202
```
203
204
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
+(in particular `math.MaxInt64`) by default, min is 0 by default.
206
+The sum of min in all ElasticQuota must be
207
less than or equal to the total resource capacity of the cluster.The
208
ElasticQuota objects are created by a cluster administrator. One ElasticQuota
209
object per namespace.
0 commit comments