msonnleitner

Results 4 comments of msonnleitner

Also affected by this. Similar to other users, when using a (simple) Wasm Plugin in an Istio Ingress Gateway, it seems that memory is leaking with 0.30. Reverting to 0.25...

So in order to reproduce this, I used an [example from proxy-wasm-sdk](https://github.com/tetratelabs/proxy-wasm-go-sdk/tree/main/examples/http_headers) build the wasm files with the respective version: ``` tinygo build -o main030.wasm -scheduler=none -target=wasi tinygo build -o...

@phanimarupaka Does this really work? I don't think this is a valid Kustomization... according to https://kubectl.docs.kubernetes.io/references/kustomize/patches/

@seh well I have tried that, could not get it work though (which means that the documentation is correct) it fails with > json: cannot unmarshal array into Go struct...