We don’t care whether the binaries are in our path or not, just whether they are running

pull/37/head
Liz Rice 7 years ago
parent 7c7d477d78
commit 86d49b1b1a

@ -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))

Loading…
Cancel
Save