From 32a93714d2e2d1d0de238ab27e8a10c221bf2669 Mon Sep 17 00:00:00 2001 From: Joerg Schad Date: Fri, 24 Apr 2020 17:47:52 +0200 Subject: [PATCH] Fixed wrong file location in example. --- content/en/docs/tasks/manage-daemon/update-daemon-set.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/manage-daemon/update-daemon-set.md b/content/en/docs/tasks/manage-daemon/update-daemon-set.md index e4640e3ccd..8e32763e01 100644 --- a/content/en/docs/tasks/manage-daemon/update-daemon-set.md +++ b/content/en/docs/tasks/manage-daemon/update-daemon-set.md @@ -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