From 3e2a9e194f77715483a7904265db9c3c06bca09c Mon Sep 17 00:00:00 2001 From: Eric Paris Date: Wed, 11 Mar 2015 16:14:25 -0400 Subject: [PATCH] kubelet should use --api_servers not --api_server (because the later is not a valid option) --- contrib/init/systemd/environ/kubelet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/init/systemd/environ/kubelet b/contrib/init/systemd/environ/kubelet index 149b891e6b7..0c0d217fd91 100644 --- a/contrib/init/systemd/environ/kubelet +++ b/contrib/init/systemd/environ/kubelet @@ -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=http://127.0.0.1:8080" +KUBELET_API_SERVER="--api_servers=http://127.0.0.1:8080" # Add your own! KUBELET_ARGS=""