From 86d49b1b1a6017a5a28994de544648b2a4b006b4 Mon Sep 17 00:00:00 2001 From: Liz Rice Date: Tue, 15 Aug 2017 16:01:27 +0100 Subject: [PATCH] =?UTF-8?q?We=20don=E2=80=99t=20care=20whether=20the=20bin?= =?UTF-8?q?aries=20are=20in=20our=20path=20or=20not,=20just=20whether=20th?= =?UTF-8?q?ey=20are=20running?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cmd/util.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/cmd/util.go b/cmd/util.go index 937e3e0..c3d82cb 100644 --- a/cmd/util.go +++ b/cmd/util.go @@ -113,11 +113,6 @@ func verifyBin(binPath ...string) { } } - if len(missing) > 0 { - missing = strings.Trim(missing, ", ") - printlnWarn(fmt.Sprintf("Missing kubernetes binaries: %s", missing)) - } - if len(notRunning) > 0 { notRunning = strings.Trim(notRunning, ", ") printlnWarn(fmt.Sprintf("Kubernetes binaries not running: %s", notRunning))