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: