Add alternative names for the server binaries to hyperkube

This commit is contained in:
Lucas Käldström
2017-02-06 17:05:42 +02:00
parent 09cb6ee193
commit e2f829418e
7 changed files with 21 additions and 11 deletions

View File

@@ -32,7 +32,9 @@ func NewKubeProxy() *Server {
config := options.NewProxyConfig()
hks := Server{
SimpleUsage: "proxy",
name: "proxy",
AlternativeName: "kube-proxy",
SimpleUsage: "proxy",
Long: `The Kubernetes proxy server is responsible for taking traffic directed at
services and forwarding it to the appropriate pods. It generally runs on
nodes next to the Kubelet and proxies traffic from local pods to remote pods.