Tiger Xu / Zhonghu Xu

Results 77 issues of Tiger Xu / Zhonghu Xu

**What happened**: When i tried to use kmesh authz, and it works all well. But when i update the authz via `kubectl edit`, kmesh just cannot work as expected. But...

kind/bug

When I startup kmesh in workload mode, and make a request from a pod (managed by kmesh) to a service which is uncharged by kmesh. I can see unexpected bpf...

kind/bug

I have roughly thought about several parts that should be listed: 1. Developer Env requirement: os, kernel, etc. golang, kubernetes, istio version 2. ebpf dev tools dependencies 3. Coding conventions...

help wanted

**What would you like to be added**: No matter ads or woekload model, currently we cannot do dns resolve and definitely dns type service is not yet supported TBH i...

kind/feature

**What would you like to be added**: Recently we have figured out some issues on perf, stability, i have a rough though, we can add some metrics to help profiling...

kind/feature

**Task description**: We should compile version,commit hash, and build date into kmesh binary during build. And add version subcommand to allow printing that out. So it can help developers to...

good first issue

**What happened**: Now we only consider the removed resources are only pod or only service. This is not right, more details we can see the controlplane istiod. https://github.com/kmesh-net/kmesh/blob/e5db146f9083daf4483debca6a732543757af323/pkg/controller_workload/workload/workload_event.go#L466-L483 **What you...

kind/bug

**What would you like to be added**: As discussed, in kmesh we would want to implement a proxy(maybe call `waypoint`) which should be able to do L7 traffic management, telemetry...

kind/feature

**What would you like to be added**: Currently there are no unit tests, we should add test coverage for each module. Basically i suggest doing this per package. Eveyone can...

kind/feature