{"id":15132854,"url":"https://github.com/eip-work/kuboard-spray","last_synced_at":"2025-05-16T00:07:33.735Z","repository":{"id":39333195,"uuid":"443931978","full_name":"eip-work/kuboard-spray","owner":"eip-work","description":"使用图形化的界面离线安装、维护、升级高可用的 K8S 集群","archived":false,"fork":false,"pushed_at":"2023-07-16T13:53:48.000Z","size":20607,"stargazers_count":1790,"open_issues_count":80,"forks_count":181,"subscribers_count":12,"default_branch":"main","last_synced_at":"2025-04-08T11:11:13.342Z","etag":null,"topics":["kubernetes","kubespray"],"latest_commit_sha":null,"homepage":"https://kuboard-spray.cn","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eip-work.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":"docs/support/README.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-01-03T03:41:57.000Z","updated_at":"2025-04-08T06:31:10.000Z","dependencies_parsed_at":"2024-06-20T07:17:37.608Z","dependency_job_id":null,"html_url":"https://github.com/eip-work/kuboard-spray","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eip-work%2Fkuboard-spray","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eip-work%2Fkuboard-spray/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eip-work%2Fkuboard-spray/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eip-work%2Fkuboard-spray/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eip-work","download_url":"https://codeload.github.com/eip-work/kuboard-spray/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254442854,"owners_count":22071878,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["kubernetes","kubespray"],"created_at":"2024-09-26T04:40:47.943Z","updated_at":"2025-05-16T00:07:28.674Z","avatar_url":"https://github.com/eip-work.png","language":"Vue","funding_links":[],"categories":["Vue"],"sub_categories":[],"readme":"\n# KuboardSpray\n\n基于 [kubespray](https://github.com/kubernetes-sigs/kubespray) 提供图形化的 K8S 集群离线安装、维护工具。\n\nKuboardSpray 的在线文档地址为 [https://kuboard-spray.cn](https://kuboard-spray.cn)\n\n## 快速安装\n\n找一台不低于1核2G，不少于10G剩余磁盘空间，已经安装好 docker 的服务器，执行如下指令，即可完成 KuboardSpray 的安装：\n\n``` sh\ndocker run -d \\\n  --restart=unless-stopped \\\n  --name=kuboard-spray \\\n  -p 80:80/tcp \\\n  -e TZ=Asia/Shanghai \\\n  -v /var/run/docker.sock:/var/run/docker.sock \\\n  -v ~/kuboard-spray-data:/data \\\n  eipwork/kuboard-spray:latest-amd64\n  # 如果抓不到这个镜像，可以尝试一下这个备用地址：\n  # swr.cn-east-2.myhuaweicloud.com/kuboard/kuboard-spray:latest-amd64\n```\n\n在浏览器地址栏中输入 `http://这台机器的IP地址`，输入用户名 `admin`，默认密码 `Kuboard123`，即可登录 kuboard-spray 界面，剩下的事情，在界面上操作一下，您就会啦。如果有困难，试试这篇文档 \u003ca href=\"https://kuboard-spray.cn/guide/install-k8s.html\" target=\"_blank\"\u003e使用 KuboardSpray 安装 Kubernetes 集群\u003c/a\u003e\n\n**常见问题**\n  * 导入资源包时，可能会碰到 `no such file or directory` 或者 `permission denied` 之类的错误提示，通常是因为您开启了 SELinux，导致 kuboard-spray 不能读取映射到容器 `/data` 的路径\n  * kuboard-spray 所在机器不能当做 K8S 集群的一个节点，因为安装过程中会重启集群节点的容器引擎，这会导致 kuboard-spray 被重启掉。\n\n\n## 配置开发测试环境\n\n[配置开发测试环境](./docs/setup-dev/dev.md)\n\n## 自制资源包\n\nKuboard-Spray 将定期提供最新版本的资源包，可以在 kubord-spray 资源包管理界面中查到，如果您是离线环境，也可以在 [https://kuboard.cn/support/kuboard-spray/](https://kuboard-spray.cn/support/)找到最新的资源包。您也可以自己制作资源包，资源包的项目地址在 [kuboard-spray-resource](https://github.com/eip-work/kuboard-spray-resource)，资源包的制作方法会在2022年2月提供文档。\n\n## 社区\n\n对此项目感兴趣的同学，请添加本项目的 Star 以后，扫码加入群聊，二维码在网站的页尾。\n\n[kuboard-spray.cn](https://kuboard-spray.cn)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feip-work%2Fkuboard-spray","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feip-work%2Fkuboard-spray","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feip-work%2Fkuboard-spray/lists"}