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