John Howard
John Howard
My 2c: * -1 on a CI failure based on code coverage * No on codecov.io due to security concerns * +1 to making it easy, as a developer, to...
Doesn't dedicated not allow multiple clients with unique source though? do we just not test that
> And if we don't test it and we don't use it, I don't know why we carry it/am waiting for an argument as to why we should carry (and...
ok I think my dev ex is solved easily: `PROXY_MODE=dedicated`
It does currently allow multiple sources which I think is broken. This PR would enable us to move towards a better architecture IMO, where a Proxy is never instantiated without...
ah we do the test in `namespaced` which doesn't use dynamic ports
@bleggett in `direct` we do, we just don't care about the illegal ports there
maybe we shouldn't dothis since we don't require 1.78, and this will make it fail on 1.77?
rust-version is the 'The minimal supported Rust version.' We run fine on 1.77, do we really want to say you MUST have 1.78? Build tools is fine since that is...
> Maybe it's a good idea for envoy-gateway, cilium-operator and other implementations to ignore missing experimental alpha/beta crds and finish starting. FWIW this is basically how we did it in...