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 a kubeadm configuration file.
28
29
30 --image-repository="k8s.gcr.io"
31 Choose a container registry to pull control plane images from
32
33
34 --kubernetes-version="stable-1"
35 Choose a specific Kubernetes version for the control plane.
36
37
38 --scheduler-extra-args=
39 A set of extra flags to pass to the Scheduler or override default
40 ones in form of <flagname>=<value>
41
42
43
45 --azure-container-registry-config=""
46 Path to the file containing Azure container registry configuration
47 information.
48
49
50 --log-flush-frequency=5s
51 Maximum number of seconds between log flushes
52
53
54 --rootfs=""
55 [EXPERIMENTAL] The path to the 'real' host root filesystem.
56
57
58 --version=false
59 Print version information and quit
60
61
62
64 kubeadm-init-phase-control-plane(1),
65
66
67
69 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
70 com) based on the kubernetes source material, but hopefully they have
71 been automatically generated since!
72
73
74
75Eric Paris kubernetes User Manuals KUBERNETES(1)