Draft: avoid some race conditions of stopping istio-proxy
the cleanup-proxy containers could shut down the istio-proxy before the main work container would start up or have a chance to finish.
a simple sleep is in there now along with a few other changes