You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/admin/kube-scheduler.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,9 @@ kube-scheduler
56
56
```
57
57
--address="0.0.0.0": The IP address to serve on (set to 0.0.0.0 for all interfaces)
58
58
--algorithm-provider="DefaultProvider": The scheduling algorithm provider to use, one of: DefaultProvider
59
+
--failure-domains="kubernetes.io/hostname,failure-domain.beta.kubernetes.io/zone,failure-domain.beta.kubernetes.io/region": Indicate the "all topologies" set for an empty topologyKey when it's used for PreferredDuringScheduling pod anti-affinity.
59
60
--google-json-key="": The Google Cloud Platform Service Account JSON Key to use for authentication.
61
+
--hard-pod-affinity-symmetric-weight=1: RequiredDuringScheduling affinity is not symmetric, but there is an implicit PreferredDuringScheduling affinity rule corresponding to every RequiredDuringScheduling affinity rule. --hard-pod-affinity-symmetric-weight represents the weight of implicit PreferredDuringScheduling affinity rule.
60
62
--kube-api-burst=100: Burst to use while talking with kubernetes apiserver
61
63
--kube-api-content-type="": ContentType of requests sent to apiserver. Passing application/vnd.kubernetes.protobuf is an experimental feature now.
62
64
--kube-api-qps=50: QPS to use while talking with kubernetes apiserver
@@ -73,7 +75,7 @@ kube-scheduler
73
75
--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'
74
76
```
75
77
76
-
###### Auto generated by spf13/cobra on 21-Apr-2016
78
+
###### Auto generated by spf13/cobra on 5-May-2016
0 commit comments