Fix typo in DNS Autoscaling (#17700)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
ad5e500b38
commit
3690a264c7
@@ -129,7 +129,7 @@ linear: '{"coresPerReplica":256,"min":1,"nodesPerReplica":16}'
|
||||
```
|
||||
|
||||
Modify the fields according to your needs. The "min" field indicates the
|
||||
minimal number of DNS backends. The actual number of backends number is
|
||||
minimal number of DNS backends. The actual number of backends is
|
||||
calculated using this equation:
|
||||
|
||||
replicas = max( ceil( cores × 1/coresPerReplica ) , ceil( nodes × 1/nodesPerReplica ) )
|
||||
|
||||
Reference in New Issue
Block a user