Andrew Jeddeloh
Andrew Jeddeloh
Judging by the number of journals I'm guessing that machine has been running a while. Can you reproduce on a fresh machine?
I've been digging, gunna dump what I've found so far: - Toggling the link up and down (e.g. with `ip link set eth0 down && ip link set eth0 up`)...
Current stable is 1855.5.0; 1576.5.0 is no longer supported. Can you try with latest stable and see if the issue persists? It also is probably worth trying the current alpha...
Thanks for tracking this down. With the exception of critical security bugs, Container Linux typically waits for patches to make it into kernel releases before including them in our own...
Once the needed patches get in a 4.14.x and 4.19.x release we can do an release with those new kernels in beta/alpha. After the changes have baked in beta a...
ref: https://github.com/coreos/ignition/issues/673
Can you try with current alpha, beta, or stable and see if the problem is still present?
If it's fetching things over http, you can adjust the timeouts in the `ignition.timeouts` section. Would that fix your problem or is it timing out fetching the initial config?
As an (ugly) workaround you could use a data url for the initial config (assuming you're using `coreos.config.url` on the kernel command line) to just be a stub config that...
Err, its actually not one minute, it's `10.1 + 10.2 + 10.4 + 10.8 + 11.6 + 13.2 = 65.5` seconds (although the last request would start at t=52.3s). Each...