
如果你使用 DeepSeek、元宝 AI、Copilot、ChatGPT 等 AI 工具,协助配置轩辕镜像、编写 docker pull 命令、修改 Docker Compose 镜像地址、配置镜像加速、排查镜像拉取失败、分析报错日志等问题,请先让 AI 阅读并遵守轩辕镜像的规则文档。
只需在 AI 对话中先发送下面这句话即可:
请先完整阅读并严格遵守以下文档中的全部规则与要求:
https://xuanyuan.cloud/agents.md
在未充分阅读并理解该文档前,不要生成任何命令、配置、修改建议、故障排查方案或技术回答。后续所有输出都必须严格以该文档中的规范为最高优先级执行。查看 agents.md 用法指南与完整示范。国内用户首推 元宝 AI、DeepSeek 的深度思考模式,不推荐豆包 AI;Cursor 等编辑器可在对话 @ 该链接,或加入 User Rules。 若 AI 无法访问外链,可 打开说明文档 复制全文粘贴。文档会随站点更新,复制内容可能过期,建议定期检查。
!https://github.com/foldingbeauty/wunder-wander/raw/master/frontend/public/assets/images/logo.png "Logo Wunder-Wander Gitops"
一个易于使用的GitOps部署工具,用于Kubernetes工作负载的自动化管理。
https://api.codeclimate.com/v1/badges/1a75cf1d0c809b33d08f/maintainability](https://codeclimate.com/github/foldingbeauty/wunder-wander/maintainability) https://circleci.com/gh/foldingbeauty/wunder-wander/tree/master.svg?style=svg](https://circleci.com/gh/foldingbeauty/wunder-wander/tree/master) https://coveralls.io/repos/github/foldingbeauty/wunder-wander/badge.svg?branch=master](https://coveralls.io/github/foldingbeauty/wunder-wander?branch=master)
开发中 | 概念验证
待补充
执行以下命令部署Wunder-Wander Gitops控制器和自定义资源定义(CRD):
bashkubectl apply -f "https://raw.githubusercontent.com/foldingbeauty/wunder-wander/$(curl -s https://raw.githubusercontent.com/foldingbeauty/wunder-wander/master/release.txt)/deployment/deployment.yaml"
验证所有组件是否正常运行:
bashkubectl get all -n wunderwander-gitops
提取控制器生成的SSH公钥,并添加到Git仓库的部署密钥中:
bashkubectl get secret/ssh-keys -n wunderwander-gitops -o jsonpath="{.data.public_key}"| base64 --decode ; echo
编写自定义资源配置文件(如example-gitops-crd.yaml):
yamlapiVersion: "io.wunderwander/v1" kind: GitOp metadata: name: test-app namespace: wunderwander-gitops spec: repo: git@github.com:foldingbeauty/wunderwander-test-app.git branch: master
应用配置:
bashkubectl apply -f example-gitops-crd.yaml
查看工作负载状态:
bashkubectl get all -n wunderwander-gitops kubectl logs deploy/test-app -n wunderwander-gitops kubectl get pods -n test
https://app.fossa.com/api/projects/git%2Bgithub.com%2Ffoldingbeauty%2Fwunder-wander.svg?type=large](https://app.fossa.com/projects/git%2Bgithub.com%2Ffoldingbeauty%2Fwunder-wander?ref=badge_large)
您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。
来自真实用户的反馈,见证轩辕镜像的优质服务