From fc453318a9ca7bdc4387450ca43485b5a7ce5d9f Mon Sep 17 00:00:00 2001 From: XsWack Date: Tue, 22 Aug 2017 22:02:09 +0800 Subject: [PATCH] Update update-daemon-set.md The output is wrong and it should be "daemonset" --- docs/tasks/manage-daemon/update-daemon-set.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tasks/manage-daemon/update-daemon-set.md b/docs/tasks/manage-daemon/update-daemon-set.md index ffdb08d921a6d..870315e896e14 100644 --- a/docs/tasks/manage-daemon/update-daemon-set.md +++ b/docs/tasks/manage-daemon/update-daemon-set.md @@ -145,7 +145,7 @@ kubectl rollout status ds/ When the rollout is complete, the output is similar to this: ```shell -daemon set "" successfully rolled out +daemonset "" successfully rolled out ``` ## Troubleshooting