eip-work / kuboard-press

Kuboard 是基于 Kubernetes 的微服务管理界面。同时提供 Kubernetes 免费中文教程,入门教程,最新版本的 Kubernetes v1.23.4 安装手册,(k8s install) 在线答疑,持续更新。
https://kuboard.cn/
21.78k stars 1.49k forks source link

kuboard v3 是不是不支持 1.27.3 #429

Open tengdagg opened 1 year ago

tengdagg commented 1 year ago

apply 的时候 kuboard-v3 pod 提示 Readiness probe failed: Get "http://10.244.249.77:80/kuboard-resources/version.json": dial tcp 10.244.249.77:80: connect: connection refused

ZhouXingma commented 1 year ago

希望早点支持

ky-bd commented 1 year ago

我的 kuboard 在 1.27.3 上可以运行,不过我是从 1.26 升级上来的。你可能需要检查一下各个pod 的日志和端口映射配置是否正确。

huzhenqian commented 11 months ago

kubernetes 1.27.4 版本,apply kuboard-v3 pod 出现同样的错误 Readiness probe failed: Get "http://172.16.58.195:80/kuboard-resources/version.json": dial tcp 172.16.58.195:80: connect: connection refused

whiteboxs commented 11 months ago

1.28.1 报错初始化 ./init-etcd-scripts/audit-policy-once.yaml {"level":"warn","ts":"2023-08-28T15:57:47.289+0800","caller":"clientv3/retry_interceptor.go:61","msg":"retrying of unary invoker failed","target":"endpoint://client-578248fd-8b9e-420f-bbf0-3a9165098bab/","attempt":0,"error":"rpc error: code = DeadlineExceeded desc = latest balancer error: all SubConns are in TransientFailure, latest connection error: connection error: desc = \"transport: Error while dialing dial tcp: missing address\""} failed to initialize server: server: failed to list connector objects from storage: context deadline exceeded

tengdagg commented 10 months ago

kubernetes 1.27.4 版本,apply kuboard-v3 pod 出现同样的错误 Readiness probe failed: Get "http://172.16.58.195:80/kuboard-resources/version.json": dial tcp 172.16.58.195:80: connect: connection refused 可以试试这样操作 编辑配置 vim kuboard-v3.yaml 搜索此配置项,将此配置项替换 KUBOARD_SERVER_NODE_PORT: '30080'

将上面的内容替换,根据自己情况写自己k8s节点的任意IP KUBOARD_ENDPOINT: '[http://xxx.xxx.xxx.xxx:30080]' 我的这样操作可以了

whiteboxs commented 10 months ago

感谢!我测试下

Apache @.***

 

------------------ 原始邮件 ------------------ 发件人: "eip-work/kuboard-press" @.>; 发送时间: 2023年9月1日(星期五) 下午3:09 @.>; @.**@.>; 主题: Re: [eip-work/kuboard-press] kuboard v3 是不是不支持 1.27.3 (Issue #429)

kubernetes 1.27.4 版本,apply kuboard-v3 pod 出现同样的错误 Readiness probe failed: Get "http://172.16.58.195:80/kuboard-resources/version.json": dial tcp 172.16.58.195:80: connect: connection refused 可以试试这样操作 编辑配置 vim kuboard-v3.yaml 搜索此配置项,将此配置项替换 KUBOARD_SERVER_NODE_PORT: '30080'

将上面的内容替换,根据自己情况写自己k8s节点的任意IP KUBOARD_ENDPOINT: '[http://xxx.xxx.xxx.xxx:30080]' 我的这样操作可以了

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

huzhenqian commented 10 months ago

kubernetes 1.27.4 版本,apply kuboard-v3 pod 出现同样的错误 Readiness probe failed: Get "http://172.16.58.195:80/kuboard-resources/version.json": dial tcp 172.16.58.195:80: connect: connection refused 可以试试这样操作 编辑配置 vim kuboard-v3.yaml 搜索此配置项,将此配置项替换 KUBOARD_SERVER_NODE_PORT: '30080'

将上面的内容替换,根据自己情况写自己k8s节点的任意IP KUBOARD_ENDPOINT: '[http://xxx.xxx.xxx.xxx:30080]' 我的这样操作可以了

修改完可以了,感谢