fix the command output (#9753)

I have verified on version v1.11
pull/9770/head
chenhuan 2018-08-07 07:27:26 +08:00 committed by k8s-ci-robot
parent 5ae0d0dd8d
commit d1993b72a0
1 changed files with 3 additions and 3 deletions

View File

@ -105,7 +105,7 @@ command to create the Deployment:
The output of a successful command is:
deployment "kube-dns-autoscaler" created
deployment.apps/kube-dns-autoscaler created
DNS horizontal autoscaling is now enabled.
@ -159,7 +159,7 @@ This option works for all situations. Enter this command:
The output is:
deployment "kube-dns-autoscaler" scaled
deployment.extensions/kube-dns-autoscaler scaled
Verify that the replica count is zero:
@ -181,7 +181,7 @@ no one will re-create it:
The output is:
deployment "kube-dns-autoscaler" deleted
deployment.extensions "kube-dns-autoscaler" deleted
### Option 3: Delete the kube-dns-autoscaler manifest file from the master node