Skip to content
This repository has been archived by the owner on Oct 16, 2020. It is now read-only.

Make ignition remote file retrieval retry on intermediate errors #2280

Closed
discordianfish opened this issue Dec 7, 2017 · 3 comments
Closed

Comments

@discordianfish
Copy link

ignition supports downloading files from s3. Unfortunately s3 isn't always very reliable and every ~10 boot ignition fails because s3 returns a 5xx error. It would be great if ignition could retry in this case.

@crawford
Copy link
Contributor

Ignition already retries S3 fetches (it uses the default from the S3 golang library). In the event that the S3 fetch fails, Container Linux will reboot after five minutes and try to provision itself again.

Are you seeing different behavior?

@discordianfish
Copy link
Author

It looked like it tried once and rebooted after that. Hrm.. I can look into this closer when it happens again. It happened quite frequently (maybe every ~10th boot) in us-east-1.

@bgilbert
Copy link
Contributor

bgilbert commented Jul 6, 2018

Closing due to inactivity.

@bgilbert bgilbert closed this as completed Jul 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants