set zk=localhost if zk is not indicated
This commit is contained in:
parent
15455eff0d
commit
165e96466d
1 changed files with 0 additions and 1 deletions
|
@ -128,7 +128,6 @@ var mesosCmd = &cobra.Command{
|
||||||
PersistentPreRun: func(cmd *cobra.Command, args []string) {}, // We don't need a realis client for this cmd
|
PersistentPreRun: func(cmd *cobra.Command, args []string) {}, // We don't need a realis client for this cmd
|
||||||
PersistentPostRun: func(cmd *cobra.Command, args []string) {}, // We don't need a realis client for this cmd
|
PersistentPostRun: func(cmd *cobra.Command, args []string) {}, // We don't need a realis client for this cmd
|
||||||
PreRun: setConfig,
|
PreRun: setConfig,
|
||||||
Args: cobra.MinimumNArgs(1),
|
|
||||||
Short: "Fetch current Mesos-master leader given Zookeeper nodes. ",
|
Short: "Fetch current Mesos-master leader given Zookeeper nodes. ",
|
||||||
Long: `Gets the current leading Mesos-master instance using information from Zookeeper path.
|
Long: `Gets the current leading Mesos-master instance using information from Zookeeper path.
|
||||||
Pass Zookeeper nodes separated by a space as an argument to this command.`,
|
Pass Zookeeper nodes separated by a space as an argument to this command.`,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue