--address=0.0.0.0: The IP address to serve on (set to 0.0.0.0 for all interfaces)
--address="0.0.0.0": The IP address to serve on (set to 0.0.0.0 for all interfaces)
--algorithm-provider="DefaultProvider": The scheduling algorithm provider to use, one of: DefaultProvider
--algorithm-provider="DefaultProvider": The scheduling algorithm provider to use, one of: DefaultProvider
--google-json-key="": The Google Cloud Platform Service Account JSON Key to use for authentication.
--google-json-key="": The Google Cloud Platform Service Account JSON Key to use for authentication.
--kube-api-burst=100: Burst to use while talking with kubernetes apiserver
--kube-api-burst=100: Burst to use while talking with kubernetes apiserver
...
@@ -72,7 +72,7 @@ kube-scheduler
...
@@ -72,7 +72,7 @@ kube-scheduler
--scheduler-name="default-scheduler": Name of the scheduler, used to select which pods will be processed by this scheduler, based on pod's annotation with key 'scheduler.alpha.kubernetes.io/name'
--scheduler-name="default-scheduler": Name of the scheduler, used to select which pods will be processed by this scheduler, based on pod's annotation with key 'scheduler.alpha.kubernetes.io/name'
```
```
###### Auto generated by spf13/cobra on 18-Jan-2016
###### Auto generated by spf13/cobra on 28-Jan-2016
fs.IntVar(&s.Port,"port",s.Port,"The port that the scheduler's http service runs on")
fs.IntVar(&s.Port,"port",s.Port,"The port that the scheduler's http service runs on")
fs.IPVar(&s.Address,"address",s.Address,"The IP address to serve on (set to 0.0.0.0 for all interfaces)")
fs.StringVar(&s.Address,"address",s.Address,"The IP address to serve on (set to 0.0.0.0 for all interfaces)")
fs.StringVar(&s.AlgorithmProvider,"algorithm-provider",s.AlgorithmProvider,"The scheduling algorithm provider to use, one of: "+factory.ListAlgorithmProviders())
fs.StringVar(&s.AlgorithmProvider,"algorithm-provider",s.AlgorithmProvider,"The scheduling algorithm provider to use, one of: "+factory.ListAlgorithmProviders())
fs.StringVar(&s.PolicyConfigFile,"policy-config-file",s.PolicyConfigFile,"File with scheduler policy configuration")
fs.StringVar(&s.PolicyConfigFile,"policy-config-file",s.PolicyConfigFile,"File with scheduler policy configuration")
fs.BoolVar(&s.EnableProfiling,"profiling",true,"Enable profiling via web interface host:port/debug/pprof/")
fs.BoolVar(&s.EnableProfiling,"profiling",true,"Enable profiling via web interface host:port/debug/pprof/")
fs.StringVar(&s.Master,"master",s.Master,"The address of the Kubernetes API server (overrides any value in kubeconfig)")
fs.StringVar(&s.Master,"master",s.Master,"The address of the Kubernetes API server (overrides any value in kubeconfig)")
fs.StringVar(&s.Kubeconfig,"kubeconfig",s.Kubeconfig,"Path to kubeconfig file with authorization and master location information.")
fs.StringVar(&s.Kubeconfig,"kubeconfig",s.Kubeconfig,"Path to kubeconfig file with authorization and master location information.")
fs.Float32Var(&s.BindPodsQPS,"bind-pods-qps",s.BindPodsQPS,"Number of bindings per second scheduler is allowed to continuously make")
varunusedBindPodsQPSfloat32
fs.Float32Var(&unusedBindPodsQPS,"bind-pods-qps",0,"unused, use --kube-api-qps")
fs.MarkDeprecated("bind-pods-qps","flag is unused and will be removed. Use kube-api-qps instead.")
fs.MarkDeprecated("bind-pods-qps","flag is unused and will be removed. Use kube-api-qps instead.")
fs.IntVar(&s.BindPodsBurst,"bind-pods-burst",s.BindPodsBurst,"Number of bindings per second scheduler is allowed to make during bursts")
varunusedBindPodsBurstint
fs.IntVar(&unusedBindPodsBurst,"bind-pods-burst",0,"unused, use --kube-api-burst")
fs.MarkDeprecated("bind-pods-burst","flag is unused and will be removed. Use kube-api-burst instead.")
fs.MarkDeprecated("bind-pods-burst","flag is unused and will be removed. Use kube-api-burst instead.")
fs.Float32Var(&s.KubeAPIQPS,"kube-api-qps",s.KubeAPIQPS,"QPS to use while talking with kubernetes apiserver")
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.IntVar(&s.KubeAPIBurst,"kube-api-burst",s.KubeAPIBurst,"Burst to use while talking with kubernetes apiserver")