From 84ba7e8f69e637eeb202e9080b22f93bf330de52 Mon Sep 17 00:00:00 2001 From: Konstantin Semenov Date: Fri, 26 Oct 2018 11:32:36 +0100 Subject: [PATCH] Documentation re-formatting The closing bracket in the link was automatically included in the link HREF. Myself and @lurraca used standard markdown formatting to prevent that from happening. --- pkg/kubectl/cmd/drain/drain.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/kubectl/cmd/drain/drain.go b/pkg/kubectl/cmd/drain/drain.go index 86c8e36f085..429fed426d4 100644 --- a/pkg/kubectl/cmd/drain/drain.go +++ b/pkg/kubectl/cmd/drain/drain.go @@ -160,9 +160,9 @@ var ( Drain node in preparation for maintenance. The given node will be marked unschedulable to prevent new pods from arriving. - 'drain' evicts the pods if the APIServer supports eviction - (http://kubernetes.io/docs/admin/disruptions/). Otherwise, it will use normal DELETE - to delete the pods. + 'drain' evicts the pods if the APIServer supports + [eviction](http://kubernetes.io/docs/admin/disruptions/). Otherwise, it will use normal + DELETE to delete the pods. The 'drain' evicts or deletes all pods except mirror pods (which cannot be deleted through the API server). If there are DaemonSet-managed pods, drain will not proceed without --ignore-daemonsets, and regardless it will not delete any