1KUBERNETES(1)(kubernetes)                            KUBERNETES(1)(kubernetes)
2
3
4
5Eric Paris Jan 2015
6
7

NAME

9       kubeadm init phase addon all - Install all the addons
10
11
12

SYNOPSIS

14       kubeadm init phase addon all [OPTIONS]
15
16
17

DESCRIPTION

19       Install all the addons
20
21
22

OPTIONS

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: IPv6DualStack=true|false (BETA
41       - default=true) PublicKeysECDSA=true|false (ALPHA - default=false)
42
43
44       --image-repository="k8s.gcr.io"      Choose  a  container  registry  to
45       pull control plane images from
46
47
48       --kubeconfig="/etc/kubernetes/admin.conf"       The  kubeconfig file to
49       use when talking to the cluster. If the flag is not set, a set of stan‐
50       dard locations can be searched for an existing kubeconfig file.
51
52
53       --kubernetes-version="stable-1"       Choose a specific Kubernetes ver‐
54       sion for the control plane.
55
56
57       --pod-network-cidr=""      Specify range of IP addresses  for  the  pod
58       network.  If  set,  the control plane will automatically allocate CIDRs
59       for every node.
60
61
62       --service-cidr="10.96.0.0/12"      Use alternative range of IP  address
63       for service VIPs.
64
65
66       --service-dns-domain="cluster.local"       Use  alternative  domain for
67       services, e.g. "myorg.internal".
68
69
70

OPTIONS INHERITED FROM PARENT COMMANDS

72       --azure-container-registry-config=""      Path to the  file  containing
73       Azure container registry configuration information.
74
75
76       --log-flush-frequency=5s       Maximum  number  of  seconds between log
77       flushes
78
79
80       --rootfs=""      [EXPERIMENTAL]  The  path  to  the  'real'  host  root
81       filesystem.
82
83
84       --version=false      Print version information and quit
85
86
87

SEE ALSO

89       kubeadm-init-phase-addon(1),
90
91
92

HISTORY

94       January  2015,  Originally compiled by Eric Paris (eparis at redhat dot
95       com) based on the kubernetes source material, but hopefully  they  have
96       been automatically generated since!
97
98
99
100Manuals                              User            KUBERNETES(1)(kubernetes)
Impressum