CausticLab / rgon-proxy

the base image of the rancher nginx-letsencrypt proxy
5 stars 1 forks source link

Mid-upgrade services don't report addresses correctly #49

Closed emcniece closed 6 years ago

emcniece commented 6 years ago

During an upgrade process, a service may have 1 stopped container and 1 active container. Rancher-gen reads these properly, but our currently template doesn't handle stopped vs running containers properly and produces an Nginx config that doesn't route properly.

The solution may be to handle stopped vs running containers better.