Fix for default systemd startup of the kublet, also forcing the hard

requirement for the parameter.  Sans parameter the kubelet will fail
silently trying to obtain service setting that are placed into the
ENV of the PODS.
This commit is contained in:
Timothy St. Clair
2015-02-19 20:10:24 -06:00
parent 2b5641deb8
commit 604df04a9b
3 changed files with 7 additions and 2 deletions

View File

@@ -10,5 +10,8 @@ KUBELET_PORT="--port=10250"
# You may leave this blank to use the actual hostname
KUBELET_HOSTNAME="--hostname_override=127.0.0.1"
# location of the api-server
KUBELET_API_SERVER="--api_server=127.0.0.1:8080"
# Add your own!
KUBELET_ARGS=""

View File

@@ -11,7 +11,7 @@ EnvironmentFile=-/etc/kubernetes/kubelet
ExecStart=/usr/bin/kubelet \
$KUBE_LOGTOSTDERR \
$KUBE_LOG_LEVEL \
$KUBE_ETCD_SERVERS \
$KUBELET_API_SERVER \
$KUBELET_ADDRESS \
$KUBELET_PORT \
$KUBELET_HOSTNAME \