Updating systemd service and enviorn files for controller-manager as

--machines is deprecated.
This commit is contained in:
Avesh Agarwal
2015-05-25 11:25:16 -04:00
parent 01fcb58673
commit f9d8212ff9
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