lynxcat
lynxcat
@khalid-jobs Maybe we can solve the problem in this way. ``` Dockerfile: FROM busybox ENTRYPOINT ["chroot", "/host"] ``` ``` yaml: kind: Job apiVersion: v1 spec: volumes: - name: host-directory hostPath:...
this my docker and os version. ``` [root@localhost data]# docker run -v /:/host --privileged --rm -it restart-edgecore:1.0.0 systemctl status edgecore ● edgecore.service Loaded: loaded (/etc/systemd/system/edgecore.service; enabled; vendor preset: disabled) Active:...
I upgraded the kernel to 5. X, which is also effective ``` [root@localhost lynxcat]# docker run -v /:/host --privileged --rm -it restart-edgecore:1.0.0 systemctl status edgecore ● edgecore.service Loaded: loaded (/etc/systemd/system/edgecore.service;...
Well, I'm looking forward to this feature
If you can SSH from NodeB to NodeA, maybe you can test SSH from nodeA to nodeA, or go into the container edgemesh-agentA and use SSH to NodeA.
v5改动比较大,此插件目前不支持V5版本