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
|
||||
|
||||
ExecStart=/usr/bin/kubelet \
|
||||
--address=$ADDRESS \
|
||||
--api-servers=$API_SERVERS \
|
||||
--allow-privileged=$ALLOW_PRIVILEGED \
|
||||
--config=$CONFIG \
|
||||
--v=$LOGGING
|
||||
--address=${ADDRESS} \
|
||||
--api-servers=${API_SERVERS} \
|
||||
--allow-privileged=${ALLOW_PRIVILEGED} \
|
||||
--config=${CONFIG} \
|
||||
--v=${LOGGING}
|
||||
|
||||
Restart=on-failure
|
||||
RestartSec=5
|
||||
|
Loading…
x
Reference in New Issue
Block a user