maggie44

Results 211 comments of maggie44

Been running now on the alpha for a week and no problems anymore. The issues were very noticeable before this alpha release making ambient completely unusable with services that use...

For reference, I am not sure the preview URL in that PR you reference is working. It looks like it is building the docs without the changes in the PR....

Thanks for logging this one, I have subscribed to the post and will follow along. I am not at that scale yet, but researching how well ArgoCD handles these kinds...

Is it possible to also add the ability to map two cidrs against each other? - local_cidr: 10.0.0.0/24 remote_cidr: 192.168.100.0/24

I meant in relation to this PR. Based on the example in the initial post it is configured like this: ``` port_forwarding: outbound: # format of local and remote address:...

Best I can think of right now would be to have TCP forwarding from a local IP, like `127.0.0.1:3399`, routed through to an IP based on path. This is very...

Thanks @cre4ture. Here is the sort of thing I had in mind. Looks like it's possible with the gVisor `Service` already in the main branch: https://gist.github.com/maggie44/189b2536e39f4660f12f3b92235ca3fc

> > I added this so that I can pass a log stream to the StdCopy function and handle multiplexed and non-multiplexed streams. If it returns the invalid header error,...

> strip the headers out I may have made that a bit confusing. The first header I was talking about was the API HTTP header that indicates if it is...

This works ok. Seems like the default version just needs bumping: ``` client, err := docker.NewVersionedClient(opts.DefaultHost, "1.25") if err != nil { return 1 } pool := &dockertest.Pool{ Client: client,...