liangsqrt

Results 4 comments of liangsqrt

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

> 不需要用方案二,你们把两个配置文件下载下来对比下就知道了,主要是访问问题,所以把方案一的配置文件中`KUBOARD_SERVER_NODE_PORT`配置项改成`KUBOARD_ENDPOINT`就可以了 如下: `KUBOARD_SERVER_NODE_PORT: '30080'` ===> `KUBOARD_ENDPOINT: 'http://your-node-ip-address:30080'` 实测可以

i meat the same problem, the nginx config: ` server_name photo.xxx.com; location ^~ / { proxy_pass http://172.16.1.1:22342; proxy_http_version 1.1; proxy_pass_header Authorization; proxy_set_header Connection "upgrade"; proxy_set_header Upgrade $http_upgrade; proxy_set_header X-Real-IP $remote_addr;...