Karl Stoney

Results 175 comments of Karl Stoney

That hacky script was never part of istio. It was my hacky script I baked into my custom proxy image.

Istio maintainers - can we remove the stale label? This issue is absolutely an issue and imo is a blocker for people using native sidecars, which more and more people...

Hmm not sure? I use native sidecars fine now, I just simply removed the `preStop` hook that istio adds when native sidecars is enabled which is what triggers this behaviour...

@hzxuzhonghu i don't think i understand you? I'm saying: ``` spec: action: CUSTOM provider: name: some-external rules: - from: - source: namespaces: - whatever ``` Is valid config, is accepted...

``` ❯ kubectl get validatingwebhookconfiguration istio-validator-istio-system NAME WEBHOOKS AGE istio-validator-istio-system 1 669d ``` yup 🤔 ``` ❯ cat

I also have this issue! No error logs in anything however. Cannot get it to save the id, it's just `unknown`.

Also getting this! I resolved it by making sure all function names were `snake_case`, i had some that were `some-thing-And-Caps`

4mb it seems. In my opinion jaeger should bundle the common processors, one of the advantages to switching to the otel collector is that we're able to leverage the pipelines!