From d643cf9e0fad650c027726f9f7e91056eddfd846 Mon Sep 17 00:00:00 2001 From: "Lubomir I. Ivanov" Date: Sat, 20 Apr 2019 16:11:40 +0300 Subject: [PATCH] kubeadm-upgrade: fix shell message markdown (#13900) --- .../kubeadm/kubeadm-upgrade-1-14.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/content/en/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade-1-14.md b/content/en/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade-1-14.md index cc30163ae0..1ea86929eb 100644 --- a/content/en/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade-1-14.md +++ b/content/en/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade-1-14.md @@ -290,16 +290,12 @@ without compromising the minimum required capacity for running your workloads. kubectl drain $NODE --ignore-daemonsets ``` - You should see output similar to this: + You should see output similar to this: ```shell - kubectl drain ip-172-31-85-18 - node "ip-172-31-85-18" cordoned - error: unable to drain node "ip-172-31-85-18", aborting command... - - 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 + node/ip-172-31-85-18 cordoned + WARNING: ignoring DaemonSet-managed Pods: kube-system/kube-proxy-dj7d7, kube-system/weave-net-z65qx + node/ip-172-31-85-18 drained ``` ### Upgrade the kubelet config