Jianbo Yan

Results 10 comments of Jianbo Yan

@vincentgoat I encounter the same problem with edgecore v1.9.4 ``` [root@master1 ~]# kubectl get nodes NAME STATUS ROLES AGE VERSION edge1 Ready agent,edge 29m v1.21.4-kubeedge-v1.9.4 edge2 Ready agent,edge 9d v1.21.4-kubeedge-v1.9.0...

Got this problem: ``` Error from server (InternalError): error when creating "mysql-operator-release.yaml": Internal error occurred: failed calling webhook "mutate-helmrequest.app.alauda.io": Post https://captain-webhook.captain-system.svc:443/mutate?timeout=30s: x509: certificate signed by unknown authority ```

The same problem happended with MySQL > Some statements cannot be rolled back. In general, these include data definition language (DDL) statements, such as those that create or drop databases,...

Another problem occured: I test [HTTP ](https://edgemesh.netlify.app/guide/test-case.html#http)test case again, a connection reset error happened: ``` / # curl hostname-svc:12345 curl: (56) Recv failure: Connection reset by peer ```

Interesting, I created another node egde3 which is located in a different subnet and when I execute `telnet tcp-echo-cloud-svc.cloudzone 2701`, it worked. Somehow, I still couldn't make `curl hostname-svc:12345` work...

@Poorunga The edgemesh-agent log from client pod side: ``` I1012 17:44:03.179985 1 tunnel.go:239] New stream between peer {12D3KooWKZpxgSRMSMd6Favs6KBYbnBoA9X3fYq3dqgrKWQRWDvN: [/ip4/127.0.0.1/tcp/20006 /ip4/10.22.46.11/tcp/20006]} success I1012 17:44:03.184605 1 loadbalancer.go:731] Dial libp2p network between coredns-7f6cbbb7b8-p94p4...

@Poorunga I cleared the old resources and did these examples again and found another problem. First let me show you the pods information: ``` [root@shanghai edgemesh-1.12.0]# kubectl get po -o...

I encountered the same errors in a virtualbox machine: ``` In file included from /usr/lib/gcc/x86_64-linux-gnu/13/include/immintrin.h:109, from /home/bluven/Workspace/whisper.cpp/ggml/src/ggml-cpu/ggml-cpu-impl.h:342, from /home/bluven/Workspace/whisper.cpp/ggml/src/ggml-cpu/ggml-cpu-quants.c:7: /usr/lib/gcc/x86_64-linux-gnu/13/include/fmaintrin.h: In function ‘ggml_vec_dot_q4_0_q8_0’: /usr/lib/gcc/x86_64-linux-gnu/13/include/fmaintrin.h:63:1: error: inlining failed in call to...

I also like the feature, it's little strange that go-zero provides WithUnauthorizedCallback, but don't provide any way to configure it