# Kube-Proxy Upstart and SysVinit configuration file # Customize kube-proxy binary location # KUBE_PROXY="/opt/bin/kube-proxy" # Use KUBE_PROXY_OPTS to modify the start/restart options KUBE_PROXY_OPTS="--master=http://127.0.0.1:8080 \ --logtostderr=true" # Add more environment settings used by kube-proxy here