Fix deployment name in docs/tasks/administer-cluster/dns-horizontal-autoscaling.md (#18772)

This commit is contained in:
lemon 2020-01-20 11:45:36 +08:00 committed by Kubernetes Prow Robot
parent 902db8c6f6
commit 11c462e6f1
2 changed files with 3 additions and 3 deletions

View File

@ -97,7 +97,7 @@ kubectl apply -f dns-horizontal-autoscaler.yaml
The output of a successful command is:
deployment.apps/kube-dns-autoscaler created
deployment.apps/dns-autoscaler created
DNS horizontal autoscaling is now enabled.

View File

@ -194,7 +194,7 @@ kubectl apply -f dns-horizontal-autoscaler.yaml
The output of a successful command is:
deployment.apps/kube-dns-autoscaler created
deployment.apps/dns-autoscaler created
DNS horizontal autoscaling is now enabled.
-->
@ -216,7 +216,7 @@ kubectl apply -f dns-horizontal-autoscaler.yaml
一个成功的命令输出是:
deployment.apps/kube-dns-autoscaler created
deployment.apps/dns-autoscaler created
DNS 水平自动伸缩在已经启用了。