Ajay Kemparaj 2020-01-16 15:14:44 -08:00 committed by Kubernetes Prow Robot
parent 9b9910c0d4
commit fc4de6b721
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ calculated using this equation:
replicas = max( ceil( cores × 1/coresPerReplica ) , ceil( nodes × 1/nodesPerReplica ) )
Note that the values of both `coresPerReplica` and `nodesPerReplica` are
integers.
floats.
The idea is that when a cluster is using nodes that have many cores,
`coresPerReplica` dominates. When a cluster is using nodes that have fewer