1KUBERNETES(1) Jan 2015 KUBERNETES(1)
2
3
4
6 kubeadm init phase control-plane scheduler - Generates the kube-sched‐
7 uler static Pod manifest
8
9
10
12 kubeadm init phase control-plane scheduler [OPTIONS]
13
14
15
17 Generates the kube-scheduler static Pod manifest
18
19
20
22 --cert-dir="/etc/kubernetes/pki"
23 The path where to save and store the certificates.
24
25
26 --config=""
27 Path to kubeadm config file. WARNING: Usage of a configuration file
28 is experimental.
29
30
31 --image-repository="k8s.gcr.io"
32 Choose a container registry to pull control plane images from
33
34
35 --kubernetes-version="stable-1"
36 Choose a specific Kubernetes version for the control plane.
37
38
39 --scheduler-extra-args=
40 A set of extra flags to pass to the Scheduler or override default
41 ones in form of <flagname>=<value>
42
43
44
46 --azure-container-registry-config=""
47 Path to the file containing Azure container registry configuration
48 information.
49
50
51 --log-flush-frequency=5s
52 Maximum number of seconds between log flushes
53
54
55 --rootfs=""
56 [EXPERIMENTAL] The path to the 'real' host root filesystem.
57
58
59 --version=false
60 Print version information and quit
61
62
63
65 kubeadm-init-phase-control-plane(1),
66
67
68
70 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
71 com) based on the kubernetes source material, but hopefully they have
72 been automatically generated since!
73
74
75
76Eric Paris kubernetes User Manuals KUBERNETES(1)