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