mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-22 06:51:26 +02:00
app-admin/kubelet: fix typo in service unit
This commit is contained in:
parent
e8010c3812
commit
61e6ce537f
@ -10,11 +10,11 @@ Environment=CONFIG=/etc/kubernetes/manifests
|
|||||||
Environment=LOGGING=2
|
Environment=LOGGING=2
|
||||||
|
|
||||||
ExecStart=/usr/bin/kubelet \
|
ExecStart=/usr/bin/kubelet \
|
||||||
--address=$ADDRESS \
|
--address=${ADDRESS} \
|
||||||
--api-servers=$API_SERVERS \
|
--api-servers=${API_SERVERS} \
|
||||||
--allow-privileged=$ALLOW_PRIVILEGED \
|
--allow-privileged=${ALLOW_PRIVILEGED} \
|
||||||
--config=$CONFIG \
|
--config=${CONFIG} \
|
||||||
--v=$LOGGING
|
--v=${LOGGING}
|
||||||
|
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
RestartSec=5
|
RestartSec=5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user