shawn-xiaoma

Results 8 comments of shawn-xiaoma

> "failed to create containerd task: failed to create shim task: OCI runtime create failed: runc create failed: expected cgroupsPath to be of format "slice:prefix:name" for systemd cgroups" > >...

> 1. `ctr -n k8s.io t ls`, if there any residual tasks, kill the tasks > 2. `ctr -n k8s.io t ls`, if there any residual containers, remove the containers....

> > 1. `ctr -n k8s.io t ls`, if there any residual tasks, kill the tasks > > 2. `ctr -n k8s.io t ls`, if there any residual containers, remove...

> 所以我们只用kubeedge来做应用管理,IoT部分别外实现。 符合。

> You can try to follow [page](https://github.com/kubeedge/examples/tree/master/kubeedge-counter-demo#run-kubeedge-web-app) to build image locally Thanks. It works.

I think it is no. As you said, the device management interface has been changed. I think only the example named modbus-dmi maybe work. Because it has been updated to...

I used the command bellow to build locally and then import to the ctr local image. make make docker docker save -o counter-app  kubeedge/kubeedge-counter-app:v1.0.0 ctr  -n k8s.io image import counter-app...