1KUBERNETES(1) Jan 2015 KUBERNETES(1)
2
3
4
6 kubeadm init phase addon all - Installs all the addons
7
8
9
11 kubeadm init phase addon all [OPTIONS]
12
13
14
16 Installs all the addons
17
18
19
21 --apiserver-advertise-address=""
22 The IP address the API Server will advertise it's listening on.
23 Specify '0.0.0.0' to use the address of the default network interface.
24
25
26 --apiserver-bind-port=6443
27 Port for the API Server to bind to.
28
29
30 --config=""
31 Path to kubeadm config file. WARNING: Usage of a configuration file
32 is experimental.
33
34
35 --feature-gates=""
36 A set of key=value pairs that describe feature gates for various
37 features. Options are:
38
39
40 --image-repository="k8s.gcr.io"
41 Choose a container registry to pull control plane images from
42
43
44 --kubeconfig="/etc/kubernetes/admin.conf"
45 The kubeconfig file to use when talking to the cluster. If the flag
46 is not set, a set of standard locations are searched for an existing
47 KubeConfig file.
48
49
50 --kubernetes-version="stable-1"
51 Choose a specific Kubernetes version for the control plane.
52
53
54 --pod-network-cidr=""
55 Specify range of IP addresses for the pod network. If set, the con‐
56 trol plane will automatically allocate CIDRs for every node.
57
58
59 --service-cidr="10.96.0.0/12"
60 Use alternative range of IP address for service VIPs.
61
62
63 --service-dns-domain="cluster.local"
64 Use alternative domain for services, e.g. "myorg.internal".
65
66
67
69 --azure-container-registry-config=""
70 Path to the file containing Azure container registry configuration
71 information.
72
73
74 --log-flush-frequency=5s
75 Maximum number of seconds between log flushes
76
77
78 --rootfs=""
79 [EXPERIMENTAL] The path to the 'real' host root filesystem.
80
81
82 --version=false
83 Print version information and quit
84
85
86
88 kubeadm-init-phase-addon(1),
89
90
91
93 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
94 com) based on the kubernetes source material, but hopefully they have
95 been automatically generated since!
96
97
98
99Eric Paris kubernetes User Manuals KUBERNETES(1)