mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-17 06:17:38 -02:30
Register master node as unschedulable
Also refactor generation of kubelet args to not repeat args.
This commit is contained in:
@@ -21,7 +21,6 @@ ExecStart={{ bin_dir }}/kubelet \
|
||||
$KUBE_ALLOW_PRIV \
|
||||
$KUBELET_ARGS \
|
||||
$DOCKER_SOCKET \
|
||||
$KUBELET_REGISTER_NODE \
|
||||
$KUBELET_NETWORK_PLUGIN \
|
||||
$KUBELET_CLOUDPROVIDER
|
||||
ExecStartPre=-/usr/bin/docker rm -f kubelet
|
||||
|
||||
Reference in New Issue
Block a user