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:
parent
ec88957960
commit
121501c540
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue