1KUBERNETES(1)                      Jan 2015                      KUBERNETES(1)
2
3
4

NAME

6       kubeadm init phase addon all - Install all the addons
7
8
9

SYNOPSIS

11       kubeadm init phase addon all [OPTIONS]
12
13
14

DESCRIPTION

16       Install all the addons
17
18
19

OPTIONS

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

OPTIONS INHERITED FROM PARENT COMMANDS

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

SEE ALSO

92       kubeadm-init-phase-addon(1),
93
94
95

HISTORY

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