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 --control-plane-endpoint=""
36 Specify a stable IP address or DNS name for the control plane.
37
38
39 --image-repository="k8s.gcr.io"
40 Choose a container registry to pull control plane images from
41
42
43 --kubeconfig="/etc/kubernetes/admin.conf"
44 The kubeconfig file to use when talking to the cluster. If the flag
45 is not set, a set of standard locations can be searched for an existing
46 kubeconfig file.
47
48
49 --kubernetes-version="stable-1"
50 Choose a specific Kubernetes version for the control plane.
51
52
53 --pod-network-cidr=""
54 Specify range of IP addresses for the pod network. If set, the
55 control plane will automatically allocate CIDRs for every node.
56
57
58
60 --azure-container-registry-config=""
61 Path to the file containing Azure container registry configuration
62 information.
63
64
65 --log-flush-frequency=5s
66 Maximum number of seconds between log flushes
67
68
69 --rootfs=""
70 [EXPERIMENTAL] The path to the 'real' host root filesystem.
71
72
73 --version=false
74 Print version information and quit
75
76
77
79 kubeadm-init-phase-addon(1),
80
81
82
84 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
85 com) based on the kubernetes source material, but hopefully they have
86 been automatically generated since!
87
88
89
90Eric Paris kubernetes User Manuals KUBERNETES(1)