From 496fd7591aa4f390cd8fa23c3b9426046e862318 Mon Sep 17 00:00:00 2001 From: Nikita Potapenko Date: Sun, 21 Jul 2019 06:24:53 +0300 Subject: [PATCH] Fix command (#15479) --- 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 2171e5c132..0c1a5472b6 100644 --- a/content/en/docs/tasks/manage-daemon/update-daemon-set.md +++ b/content/en/docs/tasks/manage-daemon/update-daemon-set.md @@ -77,7 +77,7 @@ step 3. After verifying the update strategy of the DaemonSet manifest, create the DaemonSet: ```shell -kubectl apply -f ds.yaml +kubectl create -f ds.yaml ``` Alternatively, use `kubectl apply` to create the same DaemonSet if you plan to