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 (default=true)
43
44
45 --image-repository="registry.k8s.io" Choose a container registry
46 to pull control plane images from
47
48
49 --kubeconfig="/etc/kubernetes/admin.conf" The kubeconfig file to
50 use when talking to the cluster. If the flag is not set, a set of stan‐
51 dard locations can be searched for an existing kubeconfig file.
52
53
54 --kubernetes-version="stable-1" Choose a specific Kubernetes ver‐
55 sion for the control plane.
56
57
58 --pod-network-cidr="" Specify range of IP addresses for the pod
59 network. If set, the control plane will automatically allocate CIDRs
60 for every node.
61
62
63 --service-cidr="10.96.0.0/12" Use alternative range of IP address
64 for service VIPs.
65
66
67 --service-dns-domain="cluster.local" Use alternative domain for
68 services, e.g. "myorg.internal".
69
70
71
73 --azure-container-registry-config="" Path to the file containing
74 Azure container registry configuration information.
75
76
77 --rootfs="" [EXPERIMENTAL] The path to the 'real' host root
78 filesystem.
79
80
81 --version=false Print version information and quit
82
83
84
86 kubeadm-init-phase-addon(1),
87
88
89
91 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
92 com) based on the kubernetes source material, but hopefully they have
93 been automatically generated since!
94
95
96
97Manuals User KUBERNETES(1)(kubernetes)