1KUBERNETES(1)                      Jan 2015                      KUBERNETES(1)
2
3
4

NAME

6       kubeadm  init  phase control-plane apiserver - Generates the kube-apis‐
7       erver static Pod manifest
8
9
10

SYNOPSIS

12       kubeadm init phase control-plane apiserver [OPTIONS]
13
14
15

DESCRIPTION

17       Generates the kube-apiserver static Pod manifest
18
19
20

OPTIONS

22       --apiserver-advertise-address=""
23           The IP address the API Server will  advertise  it's  listening  on.
24       Specify '0.0.0.0' to use the address of the default network interface.
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 kubeadm config file. WARNING: Usage of a configuration file
42       is experimental.
43
44
45       --feature-gates=""
46           A  set  of  key=value pairs that describe feature gates for various
47       features. Options are:
48
49
50       --image-repository="k8s.gcr.io"
51           Choose a container registry to pull control plane images from
52
53
54       --kubernetes-version="stable-1"
55           Choose a specific Kubernetes version for the control plane.
56
57
58       --service-cidr="10.96.0.0/12"
59           Use alternative range of IP address for service VIPs.
60
61
62

OPTIONS INHERITED FROM PARENT COMMANDS

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

SEE ALSO

83       kubeadm-init-phase-control-plane(1),
84
85
86

HISTORY

88       January  2015,  Originally compiled by Eric Paris (eparis at redhat dot
89       com) based on the kubernetes source material, but hopefully  they  have
90       been automatically generated since!
91
92
93
94Eric Paris                  kubernetes User Manuals              KUBERNETES(1)
Impressum