1KUBERNETES(1)                      Jan 2015                      KUBERNETES(1)
2
3
4

NAME

6       kubeadm init phase control-plane scheduler - Generates the
7       kube-scheduler static Pod manifest
8
9
10

SYNOPSIS

12       kubeadm init phase control-plane scheduler [OPTIONS]
13
14
15

DESCRIPTION

17       Generates the kube-scheduler static Pod manifest
18
19
20

OPTIONS

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       -k, --experimental-kustomize=""
31           The path where kustomize patches for static pod manifests are
32       stored.
33
34
35       --image-repository="k8s.gcr.io"
36           Choose a container registry to pull control plane images from
37
38
39       --kubernetes-version="stable-1"
40           Choose a specific Kubernetes version for the control plane.
41
42
43       --scheduler-extra-args=
44           A set of extra flags to pass to the Scheduler or override default
45       ones in form of <flagname>=<value>
46
47
48

OPTIONS INHERITED FROM PARENT COMMANDS

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

SEE ALSO

69       kubeadm-init-phase-control-plane(1),
70
71
72

HISTORY

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