fixes #158: remove redundant --api-servers argument in systemd config
parent
77cc14e86a
commit
2d09444809
|
@ -173,7 +173,6 @@ Requires=docker.service
|
|||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/kubelet \\
|
||||
--api-servers=${API_SERVERS} \\
|
||||
--allow-privileged=true \\
|
||||
--cluster-dns=10.32.0.10 \\
|
||||
--cluster-domain=cluster.local \\
|
||||
|
|
Loading…
Reference in New Issue