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

NAME

6       kubeadm  alpha  phase controlplane apiserver - Generates the API server
7       static Pod manifest
8
9
10

SYNOPSIS

12       kubeadm alpha phase controlplane apiserver [OPTIONS]
13
14
15

DESCRIPTION

17       Generates the static Pod manifest file for the API server and saves  it
18       into /etc/kubernetes/manifests/kube-apiserver.yaml file.
19
20
21       Alpha Disclaimer: this command is currently alpha.
22
23
24

OPTIONS

26       --apiserver-advertise-address=""
27           The IP address of the API server is accessible on
28
29
30       --apiserver-bind-port=6443
31           The port the API server is accessible on
32
33
34       --apiserver-extra-args=
35           A  set of extra flags to pass to the API Server or override default
36       ones in form of <flagname>=<value>
37
38
39       --cert-dir="/etc/kubernetes/pki"
40           The path where certificates are stored
41
42
43       --config=""
44           Path to kubeadm config file. WARNING: Usage of a configuration file
45       is experimental
46
47
48       --feature-gates=""
49           A  set  of  key=value pairs that describe feature gates for various
50       features. Options  are:  Auditing=true|false  (ALPHA  -  default=false)
51       CoreDNS=true|false (default=true) DynamicKubeletConfig=true|false (BETA
52       - default=false)
53
54
55       --kubernetes-version="stable-1"
56           Choose a specific Kubernetes version for the control plane
57
58
59       --service-cidr="10.96.0.0/12"
60           The range of IP address used for service VIPs
61
62
63

OPTIONS INHERITED FROM PARENT COMMANDS

65       --azure-container-registry-config=""
66           Path to the file containing Azure container registry  configuration
67       information.
68
69
70       --google-json-key=""
71           The  Google  Cloud  Platform  Service  Account  JSON Key to use for
72       authentication.
73
74
75       --log-flush-frequency=5s
76           Maximum number of seconds between log flushes
77
78
79       --rootfs=""
80           [EXPERIMENTAL] The path to the 'real' host root filesystem.
81
82
83       --version=false
84           Print version information and quit
85
86
87

SEE ALSO

89       kubeadm-alpha-phase-controlplane(1),
90
91
92

HISTORY

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