From 8372a20edd1ee2322fc4f22c1d959fc8b3f5073e Mon Sep 17 00:00:00 2001 From: yanghaichao12 Date: Sat, 16 Mar 2019 00:24:58 +0800 Subject: [PATCH] Fix typos (#13196) --- .../tasks/debug-application-cluster/logging-stackdriver.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 7237e513d9..2b1233efeb 100644 --- a/content/en/docs/tasks/debug-application-cluster/logging-stackdriver.md +++ b/content/en/docs/tasks/debug-application-cluster/logging-stackdriver.md @@ -135,7 +135,7 @@ synthetic log generator pod specification [counter-pod.yaml](/examples/debug/cou {{< codenew file="debug/counter-pod.yaml" >}} This pod specification has one container that runs a bash script -that writes out the value of a counter and the date once per +that writes out the value of a counter and the datetime once per second, and runs indefinitely. Let's create this pod in the default namespace. ```shell @@ -341,7 +341,7 @@ by running the following command: kubectl get cm fluentd-gcp-config --namespace kube-system -o yaml > fluentd-gcp-configmap.yaml ``` -Then in the value for the key `containers.input.conf` insert a new filter right after +Then in the value of the key `containers.input.conf` insert a new filter right after the `source` section. {{< note >}}