Added Note Formatting (#9984)

Added note tags to the text.
This commit is contained in:
JuleeB1
2018-08-21 12:41:03 -05:00
committed by k8s-ci-robot
parent 121501c540
commit 76d992a452
@@ -139,11 +139,13 @@ DaemonSet template with the template stored in the `ControllerRevision`.
previous revision through other commands, such as `kubectl edit` or `kubectl
apply`.
Note that DaemonSet revisions only roll forward. That is to say, after a
rollback is complete, the revision number (`.revision` field) of the
{{< note >}}
**Note:** DaemonSet revisions only roll forward. That is to say, after a
rollback completes, the revision number (`.revision` field) of the
`ControllerRevision` being rolled back to will advance. For example, if you
have revision 1 and 2 in the system, and roll back from revision 2 to revision
1, the `ControllerRevision` with `.revision: 1` will become `.revision: 3`.
{{< /note >}}
## Troubleshooting