1KUBERNETES(1) Jan 2015 KUBERNETES(1)
2
3
4
6 kubeadm init phase control-plane apiserver - Generates the kube-apis‐
7 erver static Pod manifest
8
9
10
12 kubeadm init phase control-plane apiserver [OPTIONS]
13
14
15
17 Generates the kube-apiserver static Pod manifest
18
19
20
22 --apiserver-advertise-address=""
23 The IP address the API Server will advertise it's listening on. If
24 not set the default network interface will be used.
25
26
27 --apiserver-bind-port=6443
28 Port for the API Server to bind to.
29
30
31 --apiserver-extra-args=
32 A set of extra flags to pass to the API Server or override default
33 ones in form of <flagname>=<value>
34
35
36 --cert-dir="/etc/kubernetes/pki"
37 The path where to save and store the certificates.
38
39
40 --config=""
41 Path to a kubeadm configuration file.
42
43
44 --feature-gates=""
45 A set of key=value pairs that describe feature gates for various
46 features. No feature gates are available in this release.
47
48
49 --image-repository="k8s.gcr.io"
50 Choose a container registry to pull control plane images from
51
52
53 --kubernetes-version="stable-1"
54 Choose a specific Kubernetes version for the control plane.
55
56
57 --service-cidr="10.96.0.0/12"
58 Use alternative range of IP address for service VIPs.
59
60
61
63 --azure-container-registry-config=""
64 Path to the file containing Azure container registry configuration
65 information.
66
67
68 --log-flush-frequency=5s
69 Maximum number of seconds between log flushes
70
71
72 --rootfs=""
73 [EXPERIMENTAL] The path to the 'real' host root filesystem.
74
75
76 --version=false
77 Print version information and quit
78
79
80
82 kubeadm-init-phase-control-plane(1),
83
84
85
87 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
88 com) based on the kubernetes source material, but hopefully they have
89 been automatically generated since!
90
91
92
93Eric Paris kubernetes User Manuals KUBERNETES(1)