extra newline

pull/7934/head
Sharif Elgamal 2020-05-01 09:20:49 -07:00
parent 965e8da19a
commit 5914fb273f
1 changed files with 1 additions and 0 deletions

View File

@ -285,6 +285,7 @@ func startWithDriver(starter node.Starter, existing *config.ClusterConfig) (*kub
if driver.BareMetal(starter.Cfg.Driver) {
exit.WithCodeT(exit.Config, "The none driver is not compatible with multi-node clusters.")
} else {
out.Ln("")
warnAboutMultiNode()
for i := 1; i < numNodes; i++ {
nodeName := node.Name(i + 1)