1KUBERNETES(1) Jan 2015 KUBERNETES(1)
2
3
4
6 kubeadm init phase addon kube-proxy - Install the kube-proxy addon to a
7 Kubernetes cluster
8
9
10
12 kubeadm init phase addon kube-proxy [OPTIONS]
13
14
15
17 Install the kube-proxy addon components via the API server.
18
19
20
22 --apiserver-advertise-address=""
23 The IP address the API Server will advertise it's listening on. If
24 not set the default network interface will be used.
25
26
27 --apiserver-bind-port=6443
28 Port for the API Server to bind to.
29
30
31 --config=""
32 Path to a kubeadm configuration file.
33
34
35 --image-repository="k8s.gcr.io"
36 Choose a container registry to pull control plane images from
37
38
39 --kubeconfig="/etc/kubernetes/admin.conf"
40 The kubeconfig file to use when talking to the cluster. If the flag
41 is not set, a set of standard locations can be searched for an existing
42 kubeconfig file.
43
44
45 --kubernetes-version="stable-1"
46 Choose a specific Kubernetes version for the control plane.
47
48
49 --pod-network-cidr=""
50 Specify range of IP addresses for the pod network. If set, the con‐
51 trol plane will automatically allocate CIDRs for every node.
52
53
54
56 --azure-container-registry-config=""
57 Path to the file containing Azure container registry configuration
58 information.
59
60
61 --log-flush-frequency=5s
62 Maximum number of seconds between log flushes
63
64
65 --rootfs=""
66 [EXPERIMENTAL] The path to the 'real' host root filesystem.
67
68
69 --version=false
70 Print version information and quit
71
72
73
75 kubeadm-init-phase-addon(1),
76
77
78
80 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
81 com) based on the kubernetes source material, but hopefully they have
82 been automatically generated since!
83
84
85
86Eric Paris kubernetes User Manuals KUBERNETES(1)