mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-06 19:52:42 +00:00
kube-proxy can read config from the apiserver
All clients that talk to a "master" as a host:port or URL (scheme://host:port) parameter. Add tests.
This commit is contained in:
@@ -66,7 +66,7 @@ KUBELET_PID=$!
|
||||
|
||||
PROXY_LOG=/tmp/kube-proxy.log
|
||||
${GO_OUT}/proxy \
|
||||
--etcd_servers="http://127.0.0.1:4001" &> ${PROXY_LOG} &
|
||||
--master="http://${API_HOST}:${API_PORT}" &> ${PROXY_LOG} &
|
||||
PROXY_PID=$!
|
||||
|
||||
echo "Local Kubernetes cluster is running. Press Ctrl-C to shut it down."
|
||||
|
Reference in New Issue
Block a user