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       --experimental-patches=""       Path to a directory that contains files
33       named "target[suffix][+patchtype].extension". For example,  "kube-apis‐
34       erver0+merge.yaml"  or  just  "etcd.json".  "patchtype"  can  be one of
35       "strategic", "merge" or "json" and they match the  patch  formats  sup‐
36       ported  by kubectl. The default "patchtype" is "strategic". "extension"
37       must be either "json" or "yaml". "suffix" is an  optional  string  that
38       can  be used to determine which patches are applied first alpha-numeri‐
39       cally.
40
41
42       --image-repository="k8s.gcr.io"      Choose  a  container  registry  to
43       pull control plane images from
44
45
46       --kubernetes-version="stable-1"       Choose a specific Kubernetes ver‐
47       sion for the control plane.
48
49
50       --scheduler-extra-args=      A set of extra flags to pass to the Sched‐
51       uler or override default ones in form of =
52
53
54

OPTIONS INHERITED FROM PARENT COMMANDS

56       --azure-container-registry-config=""       Path  to the file containing
57       Azure container registry configuration information.
58
59
60       --log-flush-frequency=5s      Maximum number  of  seconds  between  log
61       flushes
62
63
64       --rootfs=""       [EXPERIMENTAL]  The  path  to  the  'real'  host root
65       filesystem.
66
67
68       --version=false      Print version information and quit
69
70
71

SEE ALSO

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

HISTORY

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