Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No mqtt found on edge node #6

Open
bluven opened this issue Jun 27, 2023 · 0 comments
Open

No mqtt found on edge node #6

bluven opened this issue Jun 27, 2023 · 0 comments
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@bluven
Copy link

bluven commented Jun 27, 2023

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:/# ps -ef
UID          PID    PPID  C STIME TTY          TIME CMD
root           1       0  0 06:04 ?        00:00:00 /sbin/init
root         186       1  0 06:05 ?        00:00:00 /lib/systemd/systemd-journald
root         198       1  1 06:05 ?        00:01:20 /usr/local/bin/containerd
root         857       1  1 06:14 ?        00:01:01 /usr/local/bin/edgecore
root        1219       0  0 07:29 pts/1    00:00:00 sh
root        1276    1219  0 07:31 pts/1    00:00:00 bash
root        1440       1  0 07:48 ?        00:00:00 /usr/local/bin/containerd-shim-runc-v2 -namespace k8s.io -id 25d78eb62b27f8a110434dec1113ef666307a25c76c254fdc8e6
65535       1461    1440  0 07:48 ?        00:00:00 /pause
root        1482       1  0 07:48 ?        00:00:00 /usr/local/bin/containerd-shim-runc-v2 -namespace k8s.io -id 5bb3acaa39f8442ec7a562b7da01e5dc8de65252c9ee85564b76
65535       1503    1482  0 07:48 ?        00:00:00 /pause
root        1565    1440  0 07:48 ?        00:00:00 nginx: master process /usr/sbin/nginx -g daemon off;
_apt        1599    1565  0 07:48 ?        00:00:00 nginx: worker process
root        1618    1482  0 07:48 ?        00:00:00 nginx: master process /usr/sbin/nginx -g daemon off;
_apt        1649    1618  0 07:48 ?        00:00:00 nginx: worker process
root        1704    1276  0 07:51 pts/1    00:00:00 ps -ef

``
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


### 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

@bluven bluven added the kind/bug Categorizes issue or PR as related to a bug. label Jun 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

1 participant