1KUBERNETES(1) Jan 2015 KUBERNETES(1)
2
3
4
6 kubeadm init phase control-plane controller-manager - Generates the
7 kube-controller-manager static Pod manifest
8
9
10
12 kubeadm init phase control-plane controller-manager [OPTIONS]
13
14
15
17 Generates the kube-controller-manager 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 --controller-manager-extra-args=
31 A set of extra flags to pass to the Controller Manager or override
32 default ones in form of <flagname>=<value>
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 --pod-network-cidr=""
44 Specify range of IP addresses for the pod network. If set, the con‐
45 trol plane will automatically allocate CIDRs for every node.
46
47
48
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
69 kubeadm-init-phase-control-plane(1),
70
71
72
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)