Jianbo Yan

Results 10 issues of Jianbo Yan

**What happened**: Sometimes I recreated pod with the same name, but the pod will stuck on Pending phase. After executing `docker ps` on edge nodes, I found that there was...

kind/bug

**What happened and what you expected to happen**: I was trying to run kube-proxy on edge nodes and configured kube-proxy to access metaServer, but it reported error like this: ```...

kind/question

**What happened and what you expected to happen**: I tried to let kube-proxy run on edge nodes, but kube-proxy pods running on edge nodes all reported "Unauthorized error", while kube-proxy...

kind/question

I tried to install [mysql-operator](https://hub.helm.sh/charts/presslabs/mysql-operator), but failed, it seemded helm-controller used wrong address to download chart package. chartrepo ``` apiVersion: app.alauda.io/v1alpha1 kind: ChartRepo metadata: name: presslabs namespace: captain-system spec: url:...

**What happened**: Sometimes some pods were stucked in Pending phase(in fact any phase is possible). I checked the cloudcore log and found that if this error message appeared, ``` 9月...

kind/bug

**What happened**: The Cross-Edge-Cloud test case provided in https://edgemesh.netlify.app/guide/test-case.html failed to pass. ``` [root@shanghai edgemesh-1.12.0]# kubectl exec -ti busybox-sleep-edge-675c5b84f8-bmcd6 -- sh / # telnet tcp-echo-cloud-svc.cloudzone 2701 telnet: bad address 'tcp-echo-cloud-svc.cloudzone'...

kind/bug

I was trying a build a new enviroment with edgeadm, but no matter init or join failed: ``` ./edgeadm init \ --runtime docker \ --kubernetes-version=1.22.6 \ --image-repository superedge.tencentcloudcr.com/superedge \ --service-cidr=10.233.0.0/18...

kind/question

I already used "write-all", but my action still failed: ``` Run necojackarc/[email protected] Fetching configuration file from the source branch Fetching changed files in the pull request Identifying reviewers based on...

When I run `bun run build` I eoncountered this error: ``` ➜ hydra git:(main) ✗ bun run build $ tsc && vite build && electron-builder vite v5.4.11 building for production......

I was trying this example: https://github.com/zeromicro/zero-examples/tree/main/graceful/dns, but encountered dial error: ``` 2025/09/19 15:13:27 rpc dial: dns:///gracefulrpc:3456, error: context deadline exceeded, make sure rpc service "gracefulrpc:3456" is already started goroutine 1...