Shemol
Shemol
**What happened and what you expected to happen**: I run `sudo keadm join --cloudcore-ipport="THE-EXPOSED-IP":10000 --token=1b3d7bcf6211b74c5392efe4e45e88c065f312d68f73e0b33bf670aab44b8e28.eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3MDcyOTU3MDV9.85O5psEa4E45DMAXJYOS4Tg44nNS9QGlsXtgM2q5MZs --remote-runtime-endpoint=unix:///run/containerd/containerd.sock --cgroupdriver=systemd` at the edge side and I got ``` I0206 20:22:28.721026 154443 command.go:901] 1....
**What happened and what you expected to happen**: I follow the [instruction](https://github.com/kubeedge/kubeedge/issues/4843) to install cri-dockerd CNI Plugin.But when I run `sudo keadm join --cloudcore-ipport="THE-EXPOSED-IP":10000 --token=*** --remote-runtime-endpoint=unix:///var/run/cri-dockerd.sock` I got ``` I0125...
这是Sedna的架构图。  Sedna中提到其提供EdgeMesh的跨边缘-云微服务发现和数据平面流量治理功能。请问图中的Messaging over Kubeedge是通过EdgeMesh实现的吗?[源代码](https://github.com/kubeedge/sedna/tree/main/pkg/globalmanager/messagelayer)的这部分好像直接用websocket实现了,没有用到edgemesh?(抱歉代码水平有限) 还请您不吝赐教。 This is the architecture diagram of Sedna.  Sedna mentioned that it provides EdgeMesh's cross-edge-cloud microservice discovery and data plane traffic management functions. Is...
为了表达清楚我的问题,我先用中文陈述一遍。 按照[这里](https://github.com/kubeedge/kubeedge/issues/5447)所说的,实际上我建立了一个使用EdgeMesh作为CNI的KubeEdge云边通信方式。此时如果我在Cloudhub只启动QUIC server,请问是不是quic包是按照下图的路径传输的(打叉的地方因为没有安装CNI plugin所以没办法通过)?  As stated [here](https://github.com/kubeedge/kubeedge/issues/5447), I actually built a KubeEdge cloud-edge communication method using EdgeMesh as CNI. At this time, if I only start the QUIC server...
**What happened and what you expected to happen**: keadm join failed while joining to Ali container service using external ip 47.94.234.64  the error is ``` Apr 02 10:45:29 myarch...
Hello,I want cloudhub to start quic server only, I follow the [instruction](https://github.com/kubeedge/kubeedge/blob/master/docs/proposals/quic-design.md#start-the-quic-server-only) but I can't find the `controller.yaml`.Could you please tell me where it is?
**What happened and what you expected to happen**: I run ``` sudo keadm join --cloudcore-ipport="10.102.207.212":10000 --token=1b3d7bcf6211b74c5392efe4e45e88c065f312d68f73e0b33bf670aab44b8e28.eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3MDkwODMwNTh9.dRQLtXSSC_fPmnM39e3USPSDipcJo7zz3GkRF7CN4KM --remote-runtime-endpoint=unix:///run/containerd/containerd.sock --cgroupdriver=systemd ``` Then I run `journalctl -u edgecore.service -xe` and I got ```...
* **Please check if the PR fulfills these requirements** - [ ] Docs have been added / updated (for bug fixes / features) * **What kind of change does this...
**What type of PR is this?** **What this PR does / why we need it**: # JointInferenceService controller - create deployment resources to enable pod to rebuild after manual deletion....
create deployment resources to enable pod to rebuild after manual deletion. accomplish TODO: get the failed worker and know which worker fails, edge inference worker or cloud inference worker. **What...