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

NAME

6       kubeadm init phase control-plane apiserver - Generates the
7       kube-apiserver 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. 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       --control-plane-endpoint=""
45           Specify a stable IP address or DNS name for the control plane.
46
47
48       -k, --experimental-kustomize=""
49           The path where kustomize patches for static pod manifests are
50       stored.
51
52
53       --feature-gates=""
54           A set of key=value pairs that describe feature gates for various
55       features. Options are: IPv6DualStack=true|false (ALPHA - default=false)
56       PublicKeysECDSA=true|false (ALPHA - default=false)
57
58
59       --image-repository="k8s.gcr.io"
60           Choose a container registry to pull control plane images from
61
62
63       --kubernetes-version="stable-1"
64           Choose a specific Kubernetes version for the control plane.
65
66
67       --service-cidr="10.96.0.0/12"
68           Use alternative range of IP address for service VIPs.
69
70
71

OPTIONS INHERITED FROM PARENT COMMANDS

73       --azure-container-registry-config=""
74           Path to the file containing Azure container registry configuration
75       information.
76
77
78       --log-flush-frequency=5s
79           Maximum number of seconds between log flushes
80
81
82       --rootfs=""
83           [EXPERIMENTAL] The path to the 'real' host root filesystem.
84
85
86       --version=false
87           Print version information and quit
88
89
90

SEE ALSO

92       kubeadm-init-phase-control-plane(1),
93
94
95

HISTORY

97       January 2015, Originally compiled by Eric Paris (eparis at redhat dot
98       com) based on the kubernetes source material, but hopefully they have
99       been automatically generated since!
100
101
102
103Eric Paris                  kubernetes User Manuals              KUBERNETES(1)
Impressum