1KUBERNETES(1)(kubernetes) KUBERNETES(1)(kubernetes)
2
3
4
5Eric Paris Jan 2015
6
7
9 kubeadm init phase addon all - Install all the addons
10
11
12
14 kubeadm init phase addon all [OPTIONS]
15
16
17
19 Install all the addons
20
21
22
24 --apiserver-advertise-address="" The IP address the API Server
25 will advertise it's listening on. If not set the default network inter‐
26 face will be used.
27
28
29 --apiserver-bind-port=6443 Port for the API Server to bind to.
30
31
32 --config="" Path to a kubeadm configuration file.
33
34
35 --control-plane-endpoint="" Specify a stable IP address or DNS
36 name for the control plane.
37
38
39 --feature-gates="" A set of key=value pairs that describe feature
40 gates for various features. Options are: PublicKeysECDSA=true|false
41 (ALPHA - default=false) RootlessControlPlane=true|false (ALPHA - de‐
42 fault=false) UnversionedKubeletConfigMap=true|false (BETA - de‐
43 fault=true)
44
45
46 --image-repository="k8s.gcr.io" Choose a container registry to
47 pull control plane images from
48
49
50 --kubeconfig="/etc/kubernetes/admin.conf" The kubeconfig file to
51 use when talking to the cluster. If the flag is not set, a set of stan‐
52 dard locations can be searched for an existing kubeconfig file.
53
54
55 --kubernetes-version="stable-1" Choose a specific Kubernetes ver‐
56 sion for the control plane.
57
58
59 --pod-network-cidr="" Specify range of IP addresses for the pod
60 network. If set, the control plane will automatically allocate CIDRs
61 for every node.
62
63
64 --service-cidr="10.96.0.0/12" Use alternative range of IP address
65 for service VIPs.
66
67
68 --service-dns-domain="cluster.local" Use alternative domain for
69 services, e.g. "myorg.internal".
70
71
72
74 --azure-container-registry-config="" Path to the file containing
75 Azure container registry configuration information.
76
77
78 --rootfs="" [EXPERIMENTAL] The path to the 'real' host root
79 filesystem.
80
81
82 --version=false 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
98Manuals User KUBERNETES(1)(kubernetes)