Eno Compton
Eno Compton
Possible fix for Istio users: https://github.com/istio/istio/issues/11130#issuecomment-707642638. In short ([available in Istio 1.7](https://istio.io/latest/news/releases/1.7.x/announcing-1.7/change-notes/#traffic-management) and later): ``` annotations: proxy.istio.io/config: '{ "holdApplicationUntilProxyStarts": true }' ```
This does feel like an issue with Istio, but if we have to, we can find a way to work around it. Would you mind reporting back if that annotation...
@bmears-aaxis any updates?
Related to #348.
The diff isn't so helpful. See [the rendered version](https://github.com/GoogleCloudPlatform/cloudsql-proxy/blob/371c39ee2eb0a13838b1a8a39879896432067198/README.md).
Also, I need to: - [x] write the migration guide ~- [ ] explain which flags are supported as query params in the help output~ (made this a separate issue:...
A few outstanding items that I'll work on, but re-requesting a review for another pass.
We still need to decide on the final binary name. I think that can be a separate PR.
It's not ideal to have a mismatch between a dev environment (Windows with TCP sockets) and a prod environment (Linux with a Unix socket), but right now that's the way...
There is support for Unix sockets on Windows in Go now. At a minimum, I'd like to adopt an approach that works for the various CLIs that support it (mysql,...