extra newline
parent
965e8da19a
commit
5914fb273f
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue