Fix yaml path. (#3646)

This commit is contained in:
Steve Perry
2017-05-04 18:24:00 -07:00
committed by GitHub
parent ccc615a353
commit 76bd752c41
@@ -125,7 +125,7 @@ that writes out the value of a counter and the date once per
second, and runs indefinitely. Let's create this pod in the default namespace.
```shell
kubectl create -f http://k8s.io/docs/user-guide/logging/examples/counter-pod.yaml
kubectl create -f http://k8s.io/docs/tasks/debug-application-cluster/counter-pod.yaml
```
You can observe the running pod:
@@ -162,7 +162,7 @@ pod "counter" deleted
and then recreating it:
```shell
$ kubectl create -f http://k8s.io/docs/user-guide/logging/examples/counter-pod.yaml
$ kubectl create -f http://k8s.io/docs/tasks/debug-application-cluster/counter-pod.yaml
pod "counter" created
```