Kebe

Results 52 comments of Kebe

``` time="2022-08-11T08:04:09Z" level=info msg="Pod Watcher Down" func="localip.RunLocalIPController()" file="localip.go:65" ``` You logic cause main process exit maybe.

> @kebe7jun `ERROR Unable to download Kuma`, maybe this error needs fixing. yes, seems a kuma bug, no matter. I created an issue. https://github.com/kumahq/kuma/issues/4825

> @kebe7jun I'm a little pessimistic,If we delete all ebpf Progs and ebpf Maps when we upgrade, it will not make sense to keep the fds of these cni-server. Perhaps...

@dafu-wu would you please update this, I'm going to merge some of the parts that don't affect the main logic first, and then improve them later, I have some ideas...

Very excited, we are considering doing continuous performance testing and are currently researching, any suggestions can be made and we will do it together. We have obtained the infrastructure from...

This should be the result of not executing RemoveMemLock in the code.

Did you operate bpf files manually under `/sys/fs/bpf`?

This is because we perform cleanup work both in Go code and in the Pod Lifecycle (preStop) (to ensure removal), which is why this issue occurs. Perhaps this could be...