@@ -250,7 +254,9 @@ func (s *SchedulerServer) addCoreFlags(fs *pflag.FlagSet) {
fs.IPVar(&s.address,"address",s.address,"The IP address to serve on (set to 0.0.0.0 for all interfaces)")
fs.BoolVar(&s.enableProfiling,"profiling",s.enableProfiling,"Enable profiling via web interface host:port/debug/pprof/")
fs.StringSliceVar(&s.apiServerList,"api-servers",s.apiServerList,"List of Kubernetes API servers for publishing events, and reading pods and services. (ip:port), comma separated.")
fs.StringVar(&s.authPath,"auth-path",s.authPath,"Path to .kubernetes_auth file, specifying how to authenticate to API server.")
fs.StringVar(&s.kubeconfig,"kubeconfig",s.kubeconfig,"Path to kubeconfig file with authorization and master location information.")
fs.Float32Var(&s.kubeAPIQPS,"kube-api-qps",s.kubeAPIQPS,"QPS to use while talking with kubernetes apiserver")
fs.IntVar(&s.kubeAPIBurst,"kube-api-burst",s.kubeAPIBurst,"Burst to use while talking with kubernetes apiserver")
fs.StringSliceVar(&s.etcdServerList,"etcd-servers",s.etcdServerList,"List of etcd servers to watch (http://ip:port), comma separated.")
fs.BoolVar(&s.allowPrivileged,"allow-privileged",s.allowPrivileged,"Enable privileged containers in the kubelet (compare the same flag in the apiserver).")
fs.StringVar(&s.clusterDomain,"cluster-domain",s.clusterDomain,"Domain for this cluster. If set, kubelet will configure all containers to search this domain in addition to the host's search domains")
...
...
@@ -436,11 +442,11 @@ func (s *SchedulerServer) prepareExecutorInfo(hks hyperkube.Interface) (*mesos.E