Commit 1231e658 authored by Victor Marmol's avatar Victor Marmol

Merge pull request #5318 from eparis/kubectl-api-servers

kubelet should use --api_servers not --api_server
parents 0aee25e0 3e2a9e19
...@@ -11,7 +11,7 @@ KUBELET_PORT="--port=10250" ...@@ -11,7 +11,7 @@ KUBELET_PORT="--port=10250"
KUBELET_HOSTNAME="--hostname_override=127.0.0.1" KUBELET_HOSTNAME="--hostname_override=127.0.0.1"
# location of the api-server # location of the api-server
KUBELET_API_SERVER="--api_server=http://127.0.0.1:8080" KUBELET_API_SERVER="--api_servers=http://127.0.0.1:8080"
# Add your own! # Add your own!
KUBELET_ARGS="" KUBELET_ARGS=""
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment