Open imrehg opened 5 years ago
[thgreasi] This issue has attached support thread https://jel.ly.fish/#/support-thread~f5630c4b-f15e-4c93-be1f-8c404dccf6fd
[thgreasi] This issue has attached support thread https://jel.ly.fish/#/support-thread~5e10604e-e86a-4931-84c9-3e3b972857c5
Saw this happening twice on balenaos-on-docker on an EC2 host, while using the balenaos-in-container scripts. See: https://github.com/balena-os/balenaos-in-container/blob/master/balenaos-in-container.sh
I'm not sure what to do here, because we shouldn't really be starting up the supervisor API if we can't lock down the device. It's a little annoying that the healthcheck relies on this, perhaps we should start up the healthcheck only?
In some cases (eg when running balenaOS in a container https://github.com/balena-os/resinos-in-container/issues/15 ) there might be cases when the kernel modules are not available, and thus when using
ip6_tables
the supervisor might not be capable of getting the right modules loaded.In that case, the API might not start up properly, and the healthcheck will never finish, resulting in supervisor restart cycles
Inside the supervisor container have: