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

NAME

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

SYNOPSIS

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

DESCRIPTION

17       Generates the kube-controller-manager 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 kubeadm config file. WARNING: Usage of a configuration file
28       is experimental.
29
30
31       --controller-manager-extra-args=
32           A  set of extra flags to pass to the Controller Manager or override
33       default ones in form of <flagname>=<value>
34
35
36       --image-repository="k8s.gcr.io"
37           Choose a container registry to pull control plane images from
38
39
40       --kubernetes-version="stable-1"
41           Choose a specific Kubernetes version for the control plane.
42
43
44       --pod-network-cidr=""
45           Specify range of IP addresses for the pod network. If set, the con‐
46       trol plane will automatically allocate CIDRs for every node.
47
48
49

OPTIONS INHERITED FROM PARENT COMMANDS

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

SEE ALSO

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

HISTORY

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