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

NAME

6       kubeadm  init phase addon kube-proxy - Installs the kube-proxy addon to
7       a Kubernetes cluster
8
9
10

SYNOPSIS

12       kubeadm init phase addon kube-proxy [OPTIONS]
13
14
15

DESCRIPTION

17       Installs the kube-proxy addon components via the API server.
18
19
20

OPTIONS

22       --apiserver-advertise-address=""
23           The IP address the API Server will  advertise  it's  listening  on.
24       Specify '0.0.0.0' to use the address of the default network interface.
25
26
27       --apiserver-bind-port=6443
28           Port for the API Server to bind to.
29
30
31       --config=""
32           Path to kubeadm config file. WARNING: Usage of a configuration file
33       is experimental.
34
35
36       --image-repository="k8s.gcr.io"
37           Choose a container registry to pull control plane images from
38
39
40       --kubeconfig="/etc/kubernetes/admin.conf"
41           The kubeconfig file to use when talking to the cluster. If the flag
42       is  not  set,  a set of standard locations are searched for an existing
43       KubeConfig file.
44
45
46       --kubernetes-version="stable-1"
47           Choose a specific Kubernetes version for the control plane.
48
49
50       --pod-network-cidr=""
51           Specify range of IP addresses for the pod network. If set, the con‐
52       trol plane will automatically allocate CIDRs for every node.
53
54
55

OPTIONS INHERITED FROM PARENT COMMANDS

57       --azure-container-registry-config=""
58           Path  to the file containing Azure container registry configuration
59       information.
60
61
62       --log-flush-frequency=5s
63           Maximum number of seconds between log flushes
64
65
66       --rootfs=""
67           [EXPERIMENTAL] The path to the 'real' host root filesystem.
68
69
70       --version=false
71           Print version information and quit
72
73
74

SEE ALSO

76       kubeadm-init-phase-addon(1),
77
78
79

HISTORY

81       January 2015, Originally compiled by Eric Paris (eparis at  redhat  dot
82       com)  based  on the kubernetes source material, but hopefully they have
83       been automatically generated since!
84
85
86
87Eric Paris                  kubernetes User Manuals              KUBERNETES(1)
Impressum