mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-22 06:51:26 +02:00
kublet: fix expansion of KUBELET_OPTS
In exec commands `${VAR}` always expands to a single word, making it equivalent to `"${VAR}"` in shell.
This commit is contained in:
parent
73d0d6e455
commit
e3a903e243
@ -12,7 +12,7 @@ ExecStart=/usr/bin/kubelet \
|
||||
--config=/etc/kubernetes/manifests \
|
||||
--v=2 \
|
||||
--cadvisor-port=0 \
|
||||
${KUBELET_OPTS}
|
||||
$KUBELET_OPTS
|
||||
|
||||
Restart=on-failure
|
||||
RestartSec=5
|
||||
|
Loading…
x
Reference in New Issue
Block a user