From a44edb64b0d84d5e4b300e86e77b3a4093294cb9 Mon Sep 17 00:00:00 2001 From: XsWack Date: Tue, 22 Aug 2017 21:59:31 +0800 Subject: [PATCH] Update rollback-daemon-set.md The output is wrong and it should be "daemonset" --- docs/tasks/manage-daemon/rollback-daemon-set.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tasks/manage-daemon/rollback-daemon-set.md b/docs/tasks/manage-daemon/rollback-daemon-set.md index 1bcef271c4..524d733371 100644 --- a/docs/tasks/manage-daemon/rollback-daemon-set.md +++ b/docs/tasks/manage-daemon/rollback-daemon-set.md @@ -99,7 +99,7 @@ kubectl rollout status ds/ When the rollback is complete, the output is similar to this: ```shell -daemon set "" successfully rolled out +daemonset "" successfully rolled out ``` {% endcapture %}