traefik / mesh

Traefik Mesh - Simpler Service Mesh
https://traefik.io/traefik-mesh
Apache License 2.0
2.02k stars 141 forks source link

Controller command should exit with a code greater than zero in case of an error #750

Closed kevinpollet closed 3 years ago

kevinpollet commented 3 years ago

Feature Request

Proposal

Currently, if the main command exit because of an error in the API or in the controller, the error is only logged. In order to return an exit code greater than 0, the controller or API error should be returned.