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

NAME

9       kubeadm init phase addon kube-proxy - Install the kube-proxy addon to a
10       Kubernetes cluster
11
12
13

SYNOPSIS

15       kubeadm init phase addon kube-proxy [OPTIONS]
16
17
18

DESCRIPTION

20       Install the kube-proxy addon components via the API server.
21
22
23

OPTIONS

25       --apiserver-advertise-address=""      The IP  address  the  API  Server
26       will advertise it's listening on. If not set the default network inter‐
27       face will be used.
28
29
30       --apiserver-bind-port=6443      Port for the API Server to bind to.
31
32
33       --config=""      Path to a kubeadm configuration file.
34
35
36       --control-plane-endpoint=""      Specify a stable  IP  address  or  DNS
37       name for the control plane.
38
39
40       --dry-run=false      Don't apply any changes; just output what would be
41       done.
42
43
44       --image-repository="registry.k8s.io"      Choose a  container  registry
45       to 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       --print-manifest=false      Print the addon manifests to STDOUT instead
63       of installing them
64
65
66

OPTIONS INHERITED FROM PARENT COMMANDS

68       --azure-container-registry-config=""       Path  to the file containing
69       Azure container registry configuration information.
70
71
72       --rootfs=""      [EXPERIMENTAL]  The  path  to  the  'real'  host  root
73       filesystem.
74
75
76       --version=false      Print version information and quit
77
78
79

SEE ALSO

81       kubeadm-init-phase-addon(1),
82
83
84

HISTORY

86       January  2015,  Originally compiled by Eric Paris (eparis at redhat dot
87       com) based on the kubernetes source material, but hopefully  they  have
88       been automatically generated since!
89
90
91
92Manuals                              User            KUBERNETES(1)(kubernetes)
Impressum