add warning for multi-master setups
This commit is contained in:
parent
45cc1ed57b
commit
1ca9193776
@ -94,9 +94,9 @@ func parseCreateClusterCmd(cmd *cobra.Command, args []string) (runtimes.Runtime,
|
|||||||
}
|
}
|
||||||
|
|
||||||
// TODO: allow more than one master
|
// TODO: allow more than one master
|
||||||
// if masterCount > 1 {
|
if masterCount > 1 {
|
||||||
// log.Fatalln("Only one master node supported right now!")
|
log.Warnln("Multi-Master is setup not fully implemented/supported right now!")
|
||||||
// }
|
}
|
||||||
|
|
||||||
// --workers
|
// --workers
|
||||||
workerCount, err := cmd.Flags().GetInt("workers")
|
workerCount, err := cmd.Flags().GetInt("workers")
|
||||||
|
Loading…
Reference in New Issue
Block a user