From d1993b72a0588324a2c421002dcce8dad4b6e5d7 Mon Sep 17 00:00:00 2001 From: chenhuan Date: Tue, 7 Aug 2018 07:27:26 +0800 Subject: [PATCH] fix the command output (#9753) I have verified on version v1.11 --- .../tasks/administer-cluster/dns-horizontal-autoscaling.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/docs/tasks/administer-cluster/dns-horizontal-autoscaling.md b/content/en/docs/tasks/administer-cluster/dns-horizontal-autoscaling.md index 1eddf4edd6..afdb829455 100644 --- a/content/en/docs/tasks/administer-cluster/dns-horizontal-autoscaling.md +++ b/content/en/docs/tasks/administer-cluster/dns-horizontal-autoscaling.md @@ -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