From f1af1e965a16f793b305637ff9e9427d107f4424 Mon Sep 17 00:00:00 2001 From: Derek Carr Date: Wed, 14 Dec 2016 13:00:25 -0500 Subject: [PATCH] Fix typo in drain command --- pkg/kubectl/cmd/drain.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/kubectl/cmd/drain.go b/pkg/kubectl/cmd/drain.go index 39a8098030f..52611fb557e 100644 --- a/pkg/kubectl/cmd/drain.go +++ b/pkg/kubectl/cmd/drain.go @@ -140,7 +140,7 @@ 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 eviciton + '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