1KUBERNETES(1)(kubernetes) KUBERNETES(1)(kubernetes)
2
3
4
5Eric Paris Jan 2015
6
7
9 kubeadm init phase control-plane apiserver - Generates the kube-apis‐
10 erver static Pod manifest
11
12
13
15 kubeadm init phase control-plane apiserver [OPTIONS]
16
17
18
20 Generates the kube-apiserver static Pod manifest
21
22
23
25 --apiserver-advertise-address="" The IP address the API Server
26 will advertise it's listening on. If not set the default network inter‐
27 face will be used.
28
29
30 --apiserver-bind-port=6443 Port for the API Server to bind to.
31
32
33 --apiserver-extra-args= A set of extra flags to pass to the API
34 Server or override default ones in form of =
35
36
37 --cert-dir="/etc/kubernetes/pki" The path where to save and store
38 the certificates.
39
40
41 --config="" Path to a kubeadm configuration file.
42
43
44 --control-plane-endpoint="" Specify a stable IP address or DNS
45 name for the control plane.
46
47
48 --experimental-patches="" Path to a directory that contains files
49 named "target[suffix][+patchtype].extension". For example, "kube-apis‐
50 erver0+merge.yaml" or just "etcd.json". "patchtype" can be one of
51 "strategic", "merge" or "json" and they match the patch formats sup‐
52 ported by kubectl. The default "patchtype" is "strategic". "extension"
53 must be either "json" or "yaml". "suffix" is an optional string that
54 can be used to determine which patches are applied first alpha-numeri‐
55 cally.
56
57
58 --feature-gates="" A set of key=value pairs that describe feature
59 gates for various features. Options are: IPv6DualStack=true|false (AL‐
60 PHA - default=false) PublicKeysECDSA=true|false (ALPHA - default=false)
61
62
63 --image-repository="k8s.gcr.io" Choose a container registry to
64 pull control plane images from
65
66
67 --kubernetes-version="stable-1" Choose a specific Kubernetes ver‐
68 sion for the control plane.
69
70
71 --service-cidr="10.96.0.0/12" Use alternative range of IP address
72 for service VIPs.
73
74
75
77 --azure-container-registry-config="" Path to the file containing
78 Azure container registry configuration information.
79
80
81 --log-flush-frequency=5s Maximum number of seconds between log
82 flushes
83
84
85 --rootfs="" [EXPERIMENTAL] The path to the 'real' host root
86 filesystem.
87
88
89 --version=false Print version information and quit
90
91
92
94 kubeadm-init-phase-control-plane(1),
95
96
97
99 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
100 com) based on the kubernetes source material, but hopefully they have
101 been automatically generated since!
102
103
104
105Manuals User KUBERNETES(1)(kubernetes)