John Howard

Results 1679 comments of John Howard

cc @bleggett I think we need to unify the inpod manager and WDS to only ACK when we get the local workload. Otherwise we get 'unknown source'

Is the only difference changing to json? and if you switch back it works?

Is the issue specifically about JSON _only_, or you happen to be using JSON? If not tied to json, then https://github.com/envoyproxy/envoy/issues/34396 is needed to fix it. Unfortunately the Envoy community...

Hmm, seems to work in our CI. Not sure what would trigger the difference

Oh didn't notice that part. Yeah, don't do cross building :slightly_smiling_face: If you do, you would need to do it at the docker layer with --platform which will end up...

I want to do this but I don't see a path to reasonably doing it. Here is my thought process. 1. We know people hit the race condition commonly in...

Hey, sorry for the (very long) delay here. I don't really get what you tried. Where is the `define mesh-container` specified? Where is `mesh-container` used? How are referencing the custom...

The "sidecar.istio.io/proxyCPU is set, make sure to explicitly set sidecar.istio.io/proxyCPULimit" part makes sense and I agree could use some improved docs BTW

So IIUC the first part is the Deployment spec, so the fact its templated is invisible to Istio. Here is what I think the end result you have: ``` apiVersion:...

Do you have some controller mutating Deployment configs to add `resourcces`? Or maybe even to pods, running before Istio's injector? While the deployment object has no resources, the pod gets:...