From 121501c540dbebf26159e448ecbb7a5199e10c73 Mon Sep 17 00:00:00 2001 From: JuleeB1 <42522858+JuleeB1@users.noreply.github.com> Date: Tue, 21 Aug 2018 12:36:25 -0500 Subject: [PATCH] Added Note Formatting and Removed Contractions (#9983) Added the note tag to the text and revised text to remove contractions --- content/en/docs/tasks/manage-daemon/update-daemon-set.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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 564f8a8fbb..a8a256c482 100644 --- a/content/en/docs/tasks/manage-daemon/update-daemon-set.md +++ b/content/en/docs/tasks/manage-daemon/update-daemon-set.md @@ -159,11 +159,12 @@ kubectl get pods -l = -o wide ``` Once you've found those nodes, delete some non-DaemonSet pods from the node to -make room for new DaemonSet pods. Note that this will cause service disruption -if the deleted pods are not controlled by any controllers, or if the pods aren't -replicated. This doesn't respect -[PodDisruptionBudget](/docs/tasks/configure-pod-container/configure-pod-disruption-budget/) +make room for new DaemonSet pods. +{{< note >}} +**Note:** This will cause service disruption when deleted pods are not controlled by any controllers or pods are not +replicated. This does not respect [PodDisruptionBudget](/docs/tasks/configure-pod-container/configure-pod-disruption-budget/) either. +{{< /note >}} #### Broken rollout