Merge pull request #5309 from eparis/kubelet-apiserver-example

update --api_servers to include the protocol
pull/6/head
Victor Marmol 2015-03-11 11:47:36 -07:00
commit c868b0bbf0
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ KUBELET_PORT="--port=10250"
KUBELET_HOSTNAME="--hostname_override=127.0.0.1"
# location of the api-server
KUBELET_API_SERVER="--api_server=127.0.0.1:8080"
KUBELET_API_SERVER="--api_server=http://127.0.0.1:8080"
# Add your own!
KUBELET_ARGS=""