Added Note Formatting and Removed Contractions (#9983)

Added the note tag to the text and revised text to remove contractions
This commit is contained in:
JuleeB1 2018-08-21 12:36:25 -05:00 committed by k8s-ci-robot
parent ec88957960
commit 121501c540
1 changed files with 5 additions and 4 deletions

View File

@ -159,11 +159,12 @@ kubectl get pods -l <daemonset-selector-key>=<daemonset-selector-value> -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