I want to know how to make the Kubernetes container start after the virtual machine is fully started?

Joined
Jan 17, 2024
Messages
3
I am using truenas scale, and I deployed an openwrt into a virtual machine. Some of my docker containers need to depend on openwrt, but I found that truenas scale will start Kubernetes before my openwrt is started, which causes some problems. Sometimes The entire docker will be stuck in "APP Service Initialization". I would like to know if there is any way to start the virtual machine earlier, or to delay the startup of docker.
 
Top