Update rollback-daemon-set.md

The output is wrong and it should be "daemonset"
This commit is contained in:
XsWack
2017-08-22 21:59:31 +08:00
committed by GitHub
parent d98467f15f
commit a44edb64b0
@@ -99,7 +99,7 @@ kubectl rollout status ds/<daemonset-name>
When the rollback is complete, the output is similar to this:
```shell
daemon set "<daemonset-name>" successfully rolled out
daemonset "<daemonset-name>" successfully rolled out
```
{% endcapture %}