kubeadm-upgrade: fix shell message markdown (#13900)
This commit is contained in:
parent
a06c9c7942
commit
d643cf9e0f
|
|
@ -290,16 +290,12 @@ without compromising the minimum required capacity for running your workloads.
|
||||||
kubectl drain $NODE --ignore-daemonsets
|
kubectl drain $NODE --ignore-daemonsets
|
||||||
```
|
```
|
||||||
|
|
||||||
You should see output similar to this:
|
You should see output similar to this:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
kubectl drain ip-172-31-85-18
|
node/ip-172-31-85-18 cordoned
|
||||||
node "ip-172-31-85-18" cordoned
|
WARNING: ignoring DaemonSet-managed Pods: kube-system/kube-proxy-dj7d7, kube-system/weave-net-z65qx
|
||||||
error: unable to drain node "ip-172-31-85-18", aborting command...
|
node/ip-172-31-85-18 drained
|
||||||
|
|
||||||
There are pending nodes to be drained:
|
|
||||||
ip-172-31-85-18
|
|
||||||
error: DaemonSet-managed pods (use --ignore-daemonsets to ignore): calico-node-5798d, kube-proxy-thjp9
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### Upgrade the kubelet config
|
### Upgrade the kubelet config
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue