fs.StringVar(&s.MesosAuthProvider,"mesos-authentication-provider",s.MesosAuthProvider,fmt.Sprintf("Authentication provider to use, default is SASL that supports mechanisms: %+v",mech.ListSupported()))
fs.StringVar(&s.MesosAuthProvider,"mesos-authentication-provider",s.MesosAuthProvider,fmt.Sprintf("Authentication provider to use, default is SASL that supports mechanisms: %+v",mech.ListSupported()))
fs.StringVar(&s.DockerCfgPath,"dockercfg-path",s.DockerCfgPath,"Path to a dockercfg file that will be used by the docker instance of the minions.")
fs.BoolVar(&s.Checkpoint,"checkpoint",s.Checkpoint,"Enable/disable checkpointing for the kubernetes-mesos framework.")
fs.BoolVar(&s.Checkpoint,"checkpoint",s.Checkpoint,"Enable/disable checkpointing for the kubernetes-mesos framework.")
fs.Float64Var(&s.FailoverTimeout,"failover-timeout",s.FailoverTimeout,fmt.Sprintf("Framework failover timeout, in sec."))
fs.Float64Var(&s.FailoverTimeout,"failover-timeout",s.FailoverTimeout,fmt.Sprintf("Framework failover timeout, in sec."))
fs.UintVar(&s.DriverPort,"driver-port",s.DriverPort,"Port that the Mesos scheduler driver process should listen on.")
fs.UintVar(&s.DriverPort,"driver-port",s.DriverPort,"Port that the Mesos scheduler driver process should listen on.")
...
@@ -267,33 +269,39 @@ func (s *SchedulerServer) AddHyperkubeFlags(fs *pflag.FlagSet) {
...
@@ -267,33 +269,39 @@ func (s *SchedulerServer) AddHyperkubeFlags(fs *pflag.FlagSet) {