Skip to content

Commit

Permalink
Fix typo in DNS Autoscaling (kubernetes#17700)
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloCastellano authored and Cheng Pan committed Nov 26, 2019
1 parent c3fd36e commit c4f9920
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 ) )
Expand Down

0 comments on commit c4f9920

Please sign in to comment.