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

NAME

6       kubeadm  alpha  phase controlplane all - Generates all static Pod mani‐
7       fest files necessary to establish the control plane
8
9
10

SYNOPSIS

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

DESCRIPTION

17       Generates all static Pod manifest files necessary to establish the con‐
18       trol plane.
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       --controller-manager-extra-args=
49           A  set of extra flags to pass to the Controller Manager or override
50       default ones in form of <flagname>=<value>
51
52
53       --feature-gates=""
54           A set of key=value pairs that describe feature  gates  for  various
55       features.  Options  are:  Auditing=true|false  (ALPHA  - default=false)
56       CoreDNS=true|false (default=true) DynamicKubeletConfig=true|false (BETA
57       - default=false)
58
59
60       --kubernetes-version="stable-1"
61           Choose a specific Kubernetes version for the control plane
62
63
64       --pod-network-cidr=""
65           The range of IP addresses used for the Pod network
66
67
68       --scheduler-extra-args=
69           A  set  of extra flags to pass to the Scheduler or override default
70       ones in form of <flagname>=<value>
71
72
73       --service-cidr="10.96.0.0/12"
74           The range of IP address used for service VIPs
75
76
77

OPTIONS INHERITED FROM PARENT COMMANDS

79       --azure-container-registry-config=""
80           Path to the file containing Azure container registry  configuration
81       information.
82
83
84       --google-json-key=""
85           The  Google  Cloud  Platform  Service  Account  JSON Key to use for
86       authentication.
87
88
89       --log-flush-frequency=5s
90           Maximum number of seconds between log flushes
91
92
93       --rootfs=""
94           [EXPERIMENTAL] The path to the 'real' host root filesystem.
95
96
97       --version=false
98           Print version information and quit
99
100
101

EXAMPLE

103                # Generates all static Pod manifest files for control plane components,
104                # functionally equivalent to what generated by kubeadm init.
105                kubeadm alpha phase controlplane all
106
107                # Generates all static Pod manifest files using options read from a configuration file.
108                kubeadm alpha phase controlplane --config masterconfiguration.yaml
109
110
111
112

SEE ALSO

114       kubeadm-alpha-phase-controlplane(1),
115
116
117

HISTORY

119       January 2015, Originally compiled by Eric Paris (eparis at  redhat  dot
120       com)  based  on the kubernetes source material, but hopefully they have
121       been automatically generated since!
122
123
124
125Eric Paris                  kubernetes User Manuals              KUBERNETES(1)
Impressum