Shutting down equivalent for holdApplicationUntilProxyStarts

Hi there,

The holdApplicationUntilProxyStarts will do exactly what it is supposed to do and will prevent some connection issues on lightweight containers trying to reach the internet before the envoy lets them to.

Do we also have something which will do the opposite? A setting which will hold the Envoy before the main container is down? Have been running into some connection errors when Envoy is gone but the main container is still winding down cleaning up AWS connections and erroring out.

Thanks,
Martijn

Yes. Please check Istio / Global Mesh Options for TerminationDrainDuration and increase it.

1 Like