1KUBERNETES(1)(kubernetes)                            KUBERNETES(1)(kubernetes)
2
3
4
5Eric Paris Jan 2015
6
7

NAME

9       kubeadm  init  phase  control-plane  controller-manager - Generates the
10       kube-controller-manager static Pod manifest
11
12
13

SYNOPSIS

15       kubeadm init phase control-plane controller-manager [OPTIONS]
16
17
18

DESCRIPTION

20       Generates the kube-controller-manager 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       --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       --experimental-patches=""      Path to a directory that contains  files
37       named  "target[suffix][+patchtype].extension". For example, "kube-apis‐
38       erver0+merge.yaml" or just  "etcd.json".  "patchtype"  can  be  one  of
39       "strategic",  "merge"  or  "json" and they match the patch formats sup‐
40       ported by kubectl. The default "patchtype" is "strategic".  "extension"
41       must  be  either  "json" or "yaml". "suffix" is an optional string that
42       can be used to determine which patches are applied first  alpha-numeri‐
43       cally.
44
45
46       --image-repository="k8s.gcr.io"       Choose  a  container  registry to
47       pull control plane images from
48
49
50       --kubernetes-version="stable-1"      Choose a specific Kubernetes  ver‐
51       sion for the control plane.
52
53
54       --pod-network-cidr=""       Specify  range  of IP addresses for the pod
55       network. If set, the control plane will  automatically  allocate  CIDRs
56       for every node.
57
58
59

OPTIONS INHERITED FROM PARENT COMMANDS

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

SEE ALSO

78       kubeadm-init-phase-control-plane(1),
79
80
81

HISTORY

83       January 2015, Originally compiled by Eric Paris (eparis at  redhat  dot
84       com)  based  on the kubernetes source material, but hopefully they have
85       been automatically generated since!
86
87
88
89Manuals                              User            KUBERNETES(1)(kubernetes)
Impressum