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

NAME

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

SYNOPSIS

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

DESCRIPTION

17       Installs the kube-proxy addon components via the API server.
18
19
20       Alpha Disclaimer: this command is currently alpha.
21
22
23

OPTIONS

25       --apiserver-advertise-address=""
26           The IP address the API server is accessible on
27
28
29       --apiserver-bind-port=6443
30           The port the API server is accessible on
31
32
33       --config=""
34           Path to a kubeadm config file. WARNING: Usage  of  a  configuration
35       file is experimental
36
37
38       --image-repository="k8s.gcr.io"
39           Choose a container registry to pull control plane images from
40
41
42       --kubeconfig="/etc/kubernetes/admin.conf"
43           The KubeConfig file to use when talking to the cluster. If the flag
44       is not set, a set of standard locations are searched  for  an  existing
45       KubeConfig file.
46
47
48       --kubernetes-version="stable-1"
49           Choose a specific Kubernetes version for the control plane
50
51
52       --pod-network-cidr=""
53           The range of IP addresses used for the Pod network
54
55
56

OPTIONS INHERITED FROM PARENT COMMANDS

58       --azure-container-registry-config=""
59           Path  to the file containing Azure container registry configuration
60       information.
61
62
63       --google-json-key=""
64           The Google Cloud Platform Service  Account  JSON  Key  to  use  for
65       authentication.
66
67
68       --log-flush-frequency=5s
69           Maximum number of seconds between log flushes
70
71
72       --rootfs=""
73           [EXPERIMENTAL] The path to the 'real' host root filesystem.
74
75
76       --version=false
77           Print version information and quit
78
79
80

SEE ALSO

82       kubeadm-alpha-phase-addon(1),
83
84
85

HISTORY

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