Martin Harriman
Martin Harriman
I used `systemd-analyze dump` to look at the constraints it used during boot on a g5.xlarge with the 1.25.0 AMI, and I believe we can rule out a race between...
Any configuration details you could share would be helpful in reproducing this problem. It would be interesting to see the device plugin logging, since that's the source of the kubelet...
The kernel message `INFO: task FOO blocked for more than XXX seconds` means: * The task (process) is in state `D` also known as uninterruptible. Some types of iowait will...
If one wants additional logging: * Setting the kernel parameter `kernel.hung_task_all_cpu_backtrace=1` will add a backtrace-per-CPU to the logging from the hung task detector. * Setting `kernel.hung_task_panic=1` calls `debug_show_all_locks()` before the...
Thanks for the report; I am investigating, and I will let you know what I find out. In the meantime, I can offer some other persistent storage options, in case...
If you can, we'd love to hear back how these suggestions are working (or not working) for you. Thanks!
I am investigating on this end. On the EC2 `g4dn.*` instance family Bottlerocket may require manual intervention to disable GSP firmware download. This has to happen during boot, before Bottlerocket...
Here's one way to set the relevant kernel parameter using apiclient: ``` apiclient apply
The `reboot-to-reconcile` setting solves an ordering problem in Bottlerocket boot on aws EC2 instances. We can't access user data until the network is available. If anything in user data changes...
Do you need anything beyond enabling `kexec` in the kernel? Bottlerocket does enable the syscall today in all three kernels.