mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-22 15:01:00 +02:00
Merge pull request #1462 from marineam/kublet
kublet: fix expansion of KUBELET_OPTS
This commit is contained in:
commit
433d939a3d
@ -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