Merge pull request #8785 from aveshagarwal/kubernetes-fixes

Updating systemd service and environ files for controller-manager as --machines is deprecated.
This commit is contained in:
Saad Ali
2015-05-26 18:52:25 -07:00
3 changed files with 0 additions and 13 deletions

View File

@@ -3,8 +3,5 @@
# defaults from config and apiserver should be adequate
# Comma separated list of minions
KUBELET_ADDRESSES="--machines=127.0.0.1"
# Add your own!
KUBE_CONTROLLER_MANAGER_ARGS=""

View File

@@ -9,7 +9,6 @@ User=kube
ExecStart=/usr/bin/kube-controller-manager \
$KUBE_LOGTOSTDERR \
$KUBE_LOG_LEVEL \
$KUBELET_ADDRESSES \
$KUBE_MASTER \
$KUBE_CONTROLLER_MANAGER_ARGS
Restart=on-failure