Merge pull request #20542 from joerg84/patch-1

Fixed wrong file location in example.
This commit is contained in:
Kubernetes Prow Robot
2020-04-25 18:01:28 -07:00
committed by GitHub
@@ -102,7 +102,7 @@ If you update DaemonSets using
use `kubectl apply`:
```shell
kubectl apply -f https://k8s.io/examples/application/fluentd-daemonset-update.yaml
kubectl apply -f https://k8s.io/examples/controllers/fluentd-daemonset-update.yaml
```
#### Imperative commands