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 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       -k, --experimental-kustomize=""
36           The path where kustomize patches for static pod manifests are
37       stored.
38
39
40       --image-repository="k8s.gcr.io"
41           Choose a container registry to pull control plane images from
42
43
44       --kubernetes-version="stable-1"
45           Choose a specific Kubernetes version for the control plane.
46
47
48       --pod-network-cidr=""
49           Specify range of IP addresses for the pod network. If set, the
50       control plane will automatically allocate CIDRs for every node.
51
52
53

OPTIONS INHERITED FROM PARENT COMMANDS

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

SEE ALSO

74       kubeadm-init-phase-control-plane(1),
75
76
77

HISTORY

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