From a56735247063b0375dd8dc93444771636d7926f4 Mon Sep 17 00:00:00 2001 From: chenhuan Date: Sat, 11 Aug 2018 20:04:53 +0800 Subject: [PATCH] fix the command output (#9818) I have verified on version v1.11 --- .../docs/tasks/debug-application-cluster/logging-stackdriver.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/debug-application-cluster/logging-stackdriver.md b/content/en/docs/tasks/debug-application-cluster/logging-stackdriver.md index 7a0516ba2d..fd6b0bff7d 100644 --- a/content/en/docs/tasks/debug-application-cluster/logging-stackdriver.md +++ b/content/en/docs/tasks/debug-application-cluster/logging-stackdriver.md @@ -176,7 +176,7 @@ and then recreating it: ```shell $ kubectl create -f https://k8s.io/examples/debug/counter-pod.yaml -pod "counter" created +pod/counter created ``` After some time, you can access logs from the counter pod again: