From 4ce34fc6c09c4253a37fa7b9dc7b61c9fe88c0f8 Mon Sep 17 00:00:00 2001 From: tanshanshan Date: Tue, 21 Aug 2018 22:27:06 +0800 Subject: [PATCH] fix the command output (#9956) I have verified on version v1.11 --- content/en/docs/concepts/cluster-administration/logging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/cluster-administration/logging.md b/content/en/docs/concepts/cluster-administration/logging.md index 58004b2a4b..731efcf9e9 100644 --- a/content/en/docs/concepts/cluster-administration/logging.md +++ b/content/en/docs/concepts/cluster-administration/logging.md @@ -37,7 +37,7 @@ To run this pod, use the following command: ```shell $ kubectl create -f https://k8s.io/examples/debug/counter-pod.yaml -pod "counter" created +pod/counter created ``` To fetch the logs, use the `kubectl logs` command, as follows: