1KUBERNETES(1)(kubernetes)                            KUBERNETES(1)(kubernetes)
2
3
4
5Eric Paris Jan 2015
6
7

NAME

9       kubeadm  init phase control-plane scheduler - Generates the kube-sched‐
10       uler static Pod manifest
11
12
13

SYNOPSIS

15       kubeadm init phase control-plane scheduler [OPTIONS]
16
17
18

DESCRIPTION

20       Generates the kube-scheduler static Pod manifest
21
22
23

OPTIONS

25       --cert-dir="/etc/kubernetes/pki"      The path where to save and  store
26       the certificates.
27
28
29       --config=""      Path to a kubeadm configuration file.
30
31
32       --dry-run=false      Don't apply any changes; just output what would be
33       done.
34
35
36       --image-repository="registry.k8s.io"      Choose a  container  registry
37       to pull control plane images from
38
39
40       --kubernetes-version="stable-1"       Choose a specific Kubernetes ver‐
41       sion for the control plane.
42
43
44       --patches=""      Path to a directory that contains files  named  "tar‐
45       get[suffix][+patchtype].extension".     For     example,    "kube-apis‐
46       erver0+merge.yaml" or just "etcd.json". "target" can be one  of  "kube-
47       apiserver",    "kube-controller-manager",   "kube-scheduler",   "etcd",
48       "kubeletconfiguration". "patchtype" can be one of "strategic",  "merge"
49       or  "json"  and  they match the patch formats supported by kubectl. The
50       default "patchtype" is "strategic". "extension" must be  either  "json"
51       or "yaml". "suffix" is an optional string that can be used to determine
52       which patches are applied first alpha-numerically.
53
54
55       --scheduler-extra-args=      A set of extra flags to pass to the Sched‐
56       uler or override default ones in form of =
57
58
59

OPTIONS INHERITED FROM PARENT COMMANDS

61       --azure-container-registry-config=""       Path  to the file containing
62       Azure container registry configuration information.
63
64
65       --rootfs=""      [EXPERIMENTAL]  The  path  to  the  'real'  host  root
66       filesystem.
67
68
69       --version=false      Print version information and quit
70
71
72

SEE ALSO

74       kubeadm-init-phase-control-plane(1),
75
76
77

HISTORY

79       January  2015,  Originally compiled by Eric Paris (eparis at redhat dot
80       com) based on the kubernetes source material, but hopefully  they  have
81       been automatically generated since!
82
83
84
85Manuals                              User            KUBERNETES(1)(kubernetes)
Impressum