Eno Compton
Eno Compton
Thanks! That's a handy script. Also, glad I didn't miss anything obvious in the documentation. How would you feel about exporting [unmount](https://github.com/hanwen/go-fuse/blob/0f728ba15b38579efefc3dc47821882ca18ffea7/fuse/mount_linux.go#L133) (and its Darwin equivalent) in one form or...
@minhtrietbkit Thanks for the contribution. You'll need to sign the CLA before we can accept this PR.
Thanks for the suggestion. I’ll take a closer look at this in the new year. It seems like a pretty common use case.
Thinking some more about this, I totally get the convenience of it. I worry a bit about the security vulnerabilities this might open up. What if this project provided a...
As @dhduvall notes in #290, this now also includes > making sure that systemd doesn't mark the proxy service as online until the proxy is ready to take requests
When you say failing to initialize, do you mean the initial call to collect instance metadata fails, or are you talking about the first connection attempt failing? Assuming you're seeing...
Yes. In any case, I suspect there's a general need to sometimes delay the proxy at startup.
So just to clarify the issue, you're deploying the proxy as a sidecar along with an Istio sidecar. Before the Istio sidecar starts up, the proxy will fail to run...
OK. That helps. I agree -- there's probably a way to check for network connectivity before continuing initialization.
Looks like this is common problem: https://github.com/istio/istio/issues/11130.