mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-22 06:51:26 +02:00
sys-apps/ignition: fix network timeout issues
The HTTP client timeout has been lowered to 10 seconds, while the service timeout has been increased to 2 minutes. This will give Ignition more opportunities to retry the fetch.
This commit is contained in:
parent
2abb6b9afd
commit
a28e55579b
@ -21,7 +21,7 @@ After=disk-uuid.service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
TimeoutStartSec=30s
|
||||
TimeoutStartSec=2m
|
||||
Environment=OEM_ID=pxe
|
||||
Environment=FETCH_TIMEOUT=1m
|
||||
EnvironmentFile=-/mnt/oem/oem-release
|
||||
|
@ -11,7 +11,7 @@ inherit coreos-doc coreos-go cros-workon systemd udev
|
||||
if [[ "${PV}" == 9999 ]]; then
|
||||
KEYWORDS="~amd64 ~arm64"
|
||||
else
|
||||
CROS_WORKON_COMMIT="c365e09a489c02566ebd331b804d77b25c23e0d6" # tag v0.1.5
|
||||
CROS_WORKON_COMMIT="7a54f33ddc92e9a3b775790be8cddf7a0f74961e" # tag v0.1.6
|
||||
KEYWORDS="amd64 arm64"
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user