mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +00:00
Update configure-helper.sh
This commit is contained in:
parent
b0039559dd
commit
5d84ffa6c2
@ -1509,9 +1509,9 @@ function set_docker_options_non_ubuntu() {
|
||||
echo "setting live restore"
|
||||
# Disable live-restore if the environment variable is set.
|
||||
if [[ "${DISABLE_DOCKER_LIVE_RESTORE:-false}" == "true" ]]; then
|
||||
addockeropt "\"live-restore\": \"false\","
|
||||
addockeropt "\"live-restore\": false,"
|
||||
else
|
||||
addockeropt "\"live-restore\": \"true\","
|
||||
addockeropt "\"live-restore\": true,"
|
||||
fi
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user