Skip to content

Commit 75e2e3e

Browse files
joerg84fancc
authored andcommitted
Fixed wrong file location in example.
1 parent d6bcd32 commit 75e2e3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/manage-daemon/update-daemon-set.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ If you update DaemonSets using
102102
use `kubectl apply`:
103103

104104
```shell
105-
kubectl apply -f https://k8s.io/examples/application/fluentd-daemonset-update.yaml
105+
kubectl apply -f https://k8s.io/examples/controllers/fluentd-daemonset-update.yaml
106106
```
107107

108108
#### Imperative commands

0 commit comments

Comments
 (0)