Update docs to reflect affinity, taints, tolerations moving from alpha

annotations to (beta) fields.
This commit is contained in:
David Oppenheimer
2017-03-17 23:56:17 -07:00
parent 9886f27a2e
commit b8878e3bec
3 changed files with 16 additions and 13 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ StreamingProxyRedirects=true|false (ALPHA - default=false)
--policy-config-file string File with scheduler policy configuration
--port int32 The port that the scheduler's http service runs on (default 10251)
--profiling Enable profiling via web interface host:port/debug/pprof/ (default true)
--scheduler-name string 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' (default "default-scheduler")
--scheduler-name string Name of the scheduler, used to select which pods will be processed by this scheduler, based on PodSpec's schedulerName field (default "default-scheduler")
```
###### Auto generated by spf13/cobra on 13-Dec-2016