1KUBERNETES(1)(kubernetes) KUBERNETES(1)(kubernetes)
2
3
4
5Eric Paris Jan 2015
6
7
9 kubeadm init phase control-plane controller-manager - Generates the
10 kube-controller-manager static Pod manifest
11
12
13
15 kubeadm init phase control-plane controller-manager [OPTIONS]
16
17
18
20 Generates the kube-controller-manager static Pod manifest
21
22
23
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 --controller-manager-extra-args= A set of extra flags to pass to
33 the Controller Manager or override default ones in form of =
34
35
36 --dry-run=false Don't apply any changes; just output what would be
37 done.
38
39
40 --image-repository="registry.k8s.io" Choose a container registry
41 to pull control plane images from
42
43
44 --kubernetes-version="stable-1" Choose a specific Kubernetes ver‐
45 sion for the control plane.
46
47
48 --patches="" Path to a directory that contains files named "tar‐
49 get[suffix][+patchtype].extension". For example, "kube-apis‐
50 erver0+merge.yaml" or just "etcd.json". "target" can be one of "kube-
51 apiserver", "kube-controller-manager", "kube-scheduler", "etcd",
52 "kubeletconfiguration". "patchtype" can be one of "strategic", "merge"
53 or "json" and they match the patch formats supported by kubectl. The
54 default "patchtype" is "strategic". "extension" must be either "json"
55 or "yaml". "suffix" is an optional string that can be used to determine
56 which patches are applied first alpha-numerically.
57
58
59 --pod-network-cidr="" Specify range of IP addresses for the pod
60 network. If set, the control plane will automatically allocate CIDRs
61 for every node.
62
63
64
66 --azure-container-registry-config="" Path to the file containing
67 Azure container registry configuration information.
68
69
70 --rootfs="" [EXPERIMENTAL] The path to the 'real' host root
71 filesystem.
72
73
74 --version=false Print version information and quit
75
76
77
79 kubeadm-init-phase-control-plane(1),
80
81
82
84 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
85 com) based on the kubernetes source material, but hopefully they have
86 been automatically generated since!
87
88
89
90Manuals User KUBERNETES(1)(kubernetes)