You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kubectl get nodes -A
NAME STATUS ROLES AGE VERSION
kind-control-plane Ready control-plane,master 105m v1.23.4
kind-worker Ready agent,edge 96m v1.22.6-kubeedge-v1.12.2
### What did you expect to happen?
I think there should be a mqtt container on the edge node.
### How can we reproduce it (as minimally and precisely as possible)?
Create a cluster as stated in your REAME document, I choosed kubeedge version v1.12.2.
### Anything else we need to know?
_No response_
### What browsers are you seeing the problem on?
Chrome
### KubeEdge Dashboard version
v1.12.2
### KubeEdge version
v1.12.2
### Dev environment
go version
go version go1.17.13 linux/amd64
node --version
v16.18.0
The text was updated successfully, but these errors were encountered:
What happened?
I built a keink and created a cluster, everything seemed fine. But I found that there is no mqtt container in edge node.
``
root@kind-worker:/# ctr -n k8s.io c ls
CONTAINER IMAGE RUNTIME
25d78eb62b27f8a110434dec1113ef666307a25c76c254fdc8e6fd6f868c945c k8s.gcr.io/pause:3.6 io.containerd.runc.v2
5bb3acaa39f8442ec7a562b7da01e5dc8de65252c9ee85564b76d10d4411d90a k8s.gcr.io/pause:3.6 io.containerd.runc.v2
94efcdb05929e5442cee998c543137960df4869428295f1ec08d563b21e7a969 docker.io/fabedge/net-tool:v0.1.0 io.containerd.runc.v2
acaf9af952eb9929c644f69c54b711761d88962981a6a49887e88f439f569277 docker.io/fabedge/net-tool:v0.1.0 io.containerd.runc.v2
kubectl get nodes -A
NAME STATUS ROLES AGE VERSION
kind-control-plane Ready control-plane,master 105m v1.23.4
kind-worker Ready agent,edge 96m v1.22.6-kubeedge-v1.12.2
go version
go version go1.17.13 linux/amd64
node --version
v16.18.0
The text was updated successfully, but these errors were encountered: