kuboard-press
kuboard-press copied to clipboard
kubord-etcd 端口号与集群的etcd冲突
https://github.com/labring/sealos/issues/1841
sealos run labring/kuboard:v3
i also meet the same problem:
the logs of kuboard etcd:
k8smaster k8smaster2 192.168.1.9 192.168.1.19 k8smaster=http://192.168.1.9:2382,k8smaster2=http://192.168.1.19:2382 {"level":"info","ts":"2023-02-17T14:40:00.023Z","caller":"embed/etcd.go:117","msg":"configuring peer listeners","listen-peer-urls":["http://192.168.1.9:2382"]} {"level":"info","ts":"2023-02-17T14:40:00.024Z","caller":"embed/etcd.go:127","msg":"configuring client listeners","listen-client-urls":["http://192.168.1.9:2381"]} {"level":"info","ts":"2023-02-17T14:40:00.024Z","caller":"embed/etcd.go:364","msg":"closing etcd server","name":"k8smaster","data-dir":"/data","advertise-peer-urls":["http://192.168.1.9:2382"],"advertise-client-urls":["http://192.168.1.9:2381"]} {"level":"info","ts":"2023-02-17T14:40:00.025Z","caller":"embed/etcd.go:368","msg":"closed etcd server","name":"k8smaster","data-dir":"/data","advertise-peer-urls":["http://192.168.1.9:2382"],"advertise-client-urls":["http://192.168.1.9:2381"]} {"level":"warn","ts":"2023-02-17T14:40:00.025Z","caller":"etcdmain/etcd.go:176","msg":"failed to start etcd","error":"listen tcp 192.168.1.9:2381: bind: address already in use"} {"level":"fatal","ts":"2023-02-17T14:40:00.025Z","caller":"etcdmain/etcd.go:271","msg":"discovery failed","error":"listen tcp 192.168.1.9:2381: bind: address already in use","stacktrace":"go.etcd.io/etcd/etcdmain.startEtcdOrProxyV2\n\t/tmp/etcd-release-3.4.16/etcd/release/etcd/etcdmain/etcd.go:271\ngo.etcd.io/etcd/etcdmain.Main\n\t/tmp/etcd-release-3.4.16/etcd/release/etcd/etcdmain/main.go:46\nmain.main\n\t/tmp/etcd-release-3.4.16/etcd/release/etcd/main.go:28\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:200
解决了吗
我这个应该也是这个问题..