OpenCSGs / csghub

CSGHub is an open-source large model platform just like on-premise version of Hugging Face. You can easily manage models and datasets, deploy model applications and setup model finetune or inference jobs with user interface. CSGHub also provides Python SDK with full compatibility of hf sdk. Join us together to build a safer and more open platform⭐️
https://opencsg.com
2.88k stars 450 forks source link

使用 Helm 快速安装 #712

Closed karypi closed 2 hours ago

karypi commented 3 hours ago

curl -sfL https://raw.githubusercontent.com/OpenCSGs/csghub-installer/refs/heads/main/helm-chart/install.sh | bash -s --

当我在我的 k8s 集群中执行时报错: W1012 14:28:51.972853 2108534 loader.go:222] Config not found: /etc/rancher/k3s/k3s.yaml E1012 14:28:51.973546 2108534 memcache.go:238] couldn't get current server API group list: Get "http://localhost:8080/api?timeout=32s": dial tcp 127.0.0.1:8080: connect: connection refused E1012 14:28:51.973958 2108534 memcache.go:238] couldn't get current server API group list: Get "http://localhost:8080/api?timeout=32s": dial tcp 127.0.0.1:8080: connect: connection refused E1012 14:28:51.975442 2108534 memcache.go:238] couldn't get current server API group list: Get "http://localhost:8080/api?timeout=32s": dial tcp 127.0.0.1:8080: connect: connection refused E1012 14:28:51.976834 2108534 memcache.go:238] couldn't get current server API group list: Get "http://localhost:8080/api?timeout=32s": dial tcp 127.0.0.1:8080: connect: connection refused E1012 14:28:51.978164 2108534 memcache.go:238] couldn't get current server API group list: Get "http://localhost:8080/api?timeout=32s": dial tcp 127.0.0.1:8080: connect: connection refused The connection to the server localhost:8080 was refused - did you specify the right host or port? [2024-10-12 14:28:51] [WARN] K3S cluster is not ready yet. Attempt 10/10. [2024-10-12 14:29:01] [ERRO] K3S cluster is not up after 10 attempts. [2024-10-12 14:29:01] [ERRO] Failed to verify K3S cluster status.

是基于 K3S cluster 的吗? 常规的 kubeadm 部署的 k8s 集群需要按照手动部署吗?

Rader commented 2 hours ago

Please open issue in English, thanks!

Close this issue.