mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-09 05:01:46 +00:00
Updating systemd service and enviorn files for controller-manager as
--machines is deprecated.
This commit is contained in:
@@ -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=""
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user