如果你使用 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 无法访问外链,可 打开说明文档 复制全文粘贴。文档会随站点更新,复制内容可能过期,建议定期检查。
本镜像不支持直接使用,仅可作为 Kubernetes agent helm chart 的组成部分。
Kubernetes agent tentacle 镜像是 https://hub.docker.com/repository/docker/octopusdeploy/tentacle 镜像的定制版本,专门用于 https://hub.docker.com/repository/docker/octopusdeploy/kubernetes-agent helm chart。该镜像针对 Kubernetes agent 的工作流进行了适配性修改,以支持其特定运行逻辑。
作为 Octopus Deploy Kubernetes agent helm chart 的核心组件,提供 Tentacle 运行环境,支持 Kubernetes 集群内的任务执行与 agent 工作流协调。
仅用于配合 Octopus Deploy 官方提供的 Kubernetes agent helm chart 进行部署,作为 Kubernetes agent 在集群内的任务执行节点。
适用于通过 Kubernetes agent 在 Kubernetes 集群中运行 Octopus Deploy 任务的用户,需结合官方 helm chart 使用。
不支持直接通过 docker run 或 docker-compose 部署,必须作为 Kubernetes agent helm chart 的一部分,通过 helm 工具进行部署。
添加 Octopus Deploy Helm 仓库(若未添加):
bashhelm repo add octopus https://octopusdeploy.github.io/helm-charts helm repo update
部署 Kubernetes agent helm chart: 参考官方 helm chart 文档配置参数后执行部署,示例命令:
bashhelm install kubernetes-agent octopus/kubernetes-agent \ --namespace octopus-agent \ --create-namespace \ --set agent.name=my-agent \ --set server.url=https://your-octopus-server-url \ --set server.apiKey=your-api-key
注:具体参数需根据实际环境调整,详细配置项参考 https://hub.docker.com/repository/docker/octopusdeploy/kubernetes-agent%E3%80%82
镜像相关配置通过 helm chart 的 values.yaml 文件或 --set 参数传递,主要包括:
具体参数列表及说明请参考官方 Kubernetes agent helm chart 文档。
您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。
来自真实用户的反馈,见证轩辕镜像的优质服务