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

NAME

6       kubeadm  init  phase control-plane all - Generates all static Pod mani‐
7       fest files
8
9
10

SYNOPSIS

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

DESCRIPTION

17       Generates all static Pod manifest files
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       --controller-manager-extra-args=
46           A  set of extra flags to pass to the Controller Manager or override
47       default ones in form of <flagname>=<value>
48
49
50       --feature-gates=""
51           A set of key=value pairs that describe feature  gates  for  various
52       features. Options are:
53
54
55       --image-repository="k8s.gcr.io"
56           Choose a container registry to pull control plane images from
57
58
59       --kubernetes-version="stable-1"
60           Choose a specific Kubernetes version for the control plane.
61
62
63       --pod-network-cidr=""
64           Specify range of IP addresses for the pod network. If set, the con‐
65       trol plane will automatically allocate CIDRs for every node.
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           Use alternative range of IP address 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       --log-flush-frequency=5s
85           Maximum number of seconds between log flushes
86
87
88       --rootfs=""
89           [EXPERIMENTAL] The path to the 'real' host root filesystem.
90
91
92       --version=false
93           Print version information and quit
94
95
96

SEE ALSO

98       kubeadm-init-phase-control-plane(1),
99
100
101

HISTORY

103       January 2015, Originally compiled by Eric Paris (eparis at  redhat  dot
104       com)  based  on the kubernetes source material, but hopefully they have
105       been automatically generated since!
106
107
108
109Eric Paris                  kubernetes User Manuals              KUBERNETES(1)
Impressum