Skip to content

Commit

Permalink
Fix typo in dns-horizontal-autoscaling.md (kubernetes#13051)
Browse files Browse the repository at this point in the history
* `turning` -> `tuning`

* Remove duplicate `'s control`
  • Loading branch information
chenrui333 authored and yagonobre committed Mar 14, 2019
1 parent da14aa5 commit 13f4481
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ There are other supported scaling patterns. For details, see

## Disable DNS horizontal autoscaling

There are a few options for turning DNS horizontal autoscaling. Which option to
There are a few options for tuning DNS horizontal autoscaling. Which option to
use depends on different conditions.

### Option 1: Scale down the dns-autoscaler deployment to 0 replicas
Expand Down Expand Up @@ -183,8 +183,8 @@ The output is:
### Option 3: Delete the dns-autoscaler manifest file from the master node

This option works if dns-autoscaler is under control of the
[Addon Manager](https://git.k8s.io/kubernetes/cluster/addons/README.md)'s
control, and you have write access to the master node.
[Addon Manager](https://git.k8s.io/kubernetes/cluster/addons/README.md),
and you have write access to the master node.

Sign in to the master node and delete the corresponding manifest file.
The common path for this dns-autoscaler is:
Expand Down

0 comments on commit 13f4481

Please sign in to comment.