I’ve noticed if I shutdown a host, the containers remain in a running state. This is causing issues because the load balancer it seems think it’s still active.
Any idea what is going on?
I’ve noticed if I shutdown a host, the containers remain in a running state. This is causing issues because the load balancer it seems think it’s still active.
Any idea what is going on?
Services need a health check defined if you want them to be automatically rescheduled when the host goes away.
Thank you Vincent! That resolved the issue. Also when I shut down a host and access a working host via a http load balancer I’ve noticed it takes about a minute for it to service requests due to the other host going down. Is it possible to setup rancher such that if a host goes down it doesn’t affect the other hosts at all?