轩辕镜像 官方专业版
轩辕镜像
专业版
轩辕镜像 官方专业版
轩辕镜像
专业版
首页个人中心搜索镜像
交易
充值流量¥8起我的订单
文档
工具
提交工单页面收录
vc-scheduler

ascendai/vc-scheduler

ascendai

下载次数: 0状态:社区镜像维护者:ascendai仓库类型:镜像最近更新:11 天前
让 AI 帮你使用轩辕镜像? · 展开查看说明 · 点击收起说明

如果你使用 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 无法访问外链,可 打开说明文档 复制全文粘贴。文档会随站点更新,复制内容可能过期,建议定期检查。

镜像简介
下载命令
镜像标签列表与下载命令
轩辕镜像,不浪费每一次拉取。
点击查看

Cluster Scheduling Component Atlas for Volcano

Quick Reference

  • Atlas for Volcano is maintained by MindCluster Repository
  • Where to get help
    • MindCluster Repository
    • https://www.hiascend.com/document/detail/zh/mindcluster/latest/clustersched/dlug/docs/zh/scheduling/01_introduction/00_overview.md
    • Issue Tracker

Atlas for Volcano

Atlas for Volcano is built on the open-source Volcano scheduling plugin mechanism, adding features such as Atlas AI processor (NPU) affinity scheduling and virtual device scheduling. It is deployed on management nodes. Volcano is a scheduler component that leverages the interconnect topology and processing logic of Atlas AI processors to achieve optimal utilization, maximizing the computing performance of Atlas AI processors.

Use Cases

The basic Kubernetes scheduler can only perform resource scheduling based on the number of Atlas chips. To achieve affinity scheduling and maximize resource utilization, it is necessary to be aware of the network connectivity between Atlas chips and select the network-optimal resources. MindCluster provides the Volcano service deployed on management nodes, offering network affinity scheduling for different Atlas devices and network topologies.

Features

  • Available Device Calculation: Calculates cluster available device information based on fault information and node information reported by underlying cluster scheduling components. (self-maintain-available-card is enabled by default. When disabled, available device information is obtained from the underlying cluster scheduling components.)
  • Optimal Resource Allocation: Retrieves the user's desired resource quantity from the Kubernetes job object, and selects the optimal resource allocation for the job based on the cluster's device count, device types, and device network topology.
  • Fault Rescheduling: Reschedules jobs when job resources encounter faults.
  • NPU Affinity Scheduling: Based on the interconnect topology of Atlas AI processors, prioritizes scheduling jobs to processors within the same card, then to HCCS-interconnected processors, and finally to PCIe-interconnected processors, reducing resource fragmentation and network congestion.
  • Switch Affinity Scheduling: Achieves optimal node utilization based on the network configuration under switches and the parameter plane network configuration. Supports various network topologies including Spine-Leaf dual-layer interconnect and single-layer switch interconnect.
  • Logical Super Node Affinity Scheduling: Divides physical super nodes into logical super nodes based on partitioning strategies, achieving optimal node utilization.
  • Multi-level Scheduling Strategy: Abstracts cluster resources into a multi-level structure based on the NPU network topology hierarchy, configurable via the resource-level-config parameter.
  • Multiple Scheduling Modes: Supports whole-card scheduling, static vNPU scheduling, dynamic vNPU scheduling, and soft-partition scheduling.

Affinity Policies

Based on the characteristics of Atlas 910 AI processors and resource utilization rules, the following affinity policies are established (listed by priority):

  1. HCCS Affinity Scheduling Principle: The requested Atlas 910 AI processors must be within the same HCCS ring, prioritizing the HCCS with the most matching number of remaining available processors.
  2. Fill-First Scheduling Principle: Prioritizes allocating AI servers that have already been assigned Atlas 910 AI processors, reducing fragmentation.
  3. Even-Remaining Priority Principle: Prioritizes HCCS that satisfy the above conditions, then selects HCCS with an even number of remaining processors.

Upstream and Downstream Dependencies

  1. Calculates cluster resource information based on information reported by ClusterD (when using ClusterD by default).
  2. Receives job launch configurations from third parties, and selects optimal node resources based on cluster resource information.
  3. Passes specific resource selection information to Atlas Device Plugin on compute nodes to complete device mounting.

Image Description

Atlas for Volcano contains two images:

  • volcano-scheduler: Volcano scheduler image, containing the Atlas NPU affinity scheduling plugin ( volcano-npu_*.so).
  • volcano-controller: Volcano controller image.

Supported Tags and Dockerfile Links

Tag Convention

Starting from Atlas NPU Scheduler Plugin v26.1.0, tags follow the format below:

text
<component-version>-<ascend-scheduling-plugin-version>-<os>
字段示例值说明
component-versionv1.7.0Version Number of Volcano component
ascend-scheduling-plugin-versionv26.1.0Version Number of Atlas NPU Scheduler Plugin
osalpinelatestOperating System for Volcano Images

Atlas for Volcano 26.1.0(Volcano v1.12.0)

TagDockerfileImage Content
v1.12.0-v26.1.0-alpinelatestDockerfile-scheduler.alpineVolcano Scheduler v26.1.0 Image (Including Atlas NPU Scheduler Plugin, based on Volcano v1.12.0, Base Image: Alpine latest)
v1.12.0-v26.1.0-alpinelatestDockerfile-controller.alpineVolcano Controller v26.1.0 Image (based on Volcano v1.12.0, Base Image: Alpine latest)
v1.12.0-v26.1.0-openeuler24.03Dockerfile-scheduler.openeulerVolcano Scheduler v26.1.0 Image (Including Atlas NPU Scheduler Plugin, based on Volcano v1.12.0, Base Image: openEuler 24.03)
v1.12.0-v26.1.0-openeuler24.03Dockerfile-controller.openeulerVolcano Controller v26.1.0 Image (based on Volcano v1.12.0, Base Image: openEuler 24.03)

Atlas for Volcano 26.1.0(Volcano v1.9.0)

TagDockerfileImage Content
v1.9.0-v26.1.0-alpinelatestDockerfile-scheduler.alpineVolcano Scheduler v26.1.0 Image (Including Atlas NPU Scheduler Plugin, based on Volcano v1.9.0, Base Image: Alpine latest)
v1.9.0-v26.1.0-alpinelatestDockerfile-controller.alpineVolcano Controller v26.1.0 Image (based on Volcano v1.9.0, Base Image: Alpine latest)
v1.9.0-v26.1.0-openeuler24.03Dockerfile-scheduler.openeulerVolcano Scheduler v26.1.0 Image (Including Atlas NPU Scheduler Plugin, based on Volcano v1.9.0, Base Image: openEuler 24.03)
v1.9.0-v26.1.0-openeuler24.03Dockerfile-controller.openeulerVolcano Controller v26.1.0 Image (based on Volcano v1.9.0, Base Image: openEuler 24.03)

Atlas for Volcano 26.1.0(Volcano v1.7.0)

TagDockerfileImage Content
v1.7.0-v26.1.0-alpinelatestDockerfile-scheduler.alpineVolcano Scheduler v26.1.0 Image (Including Atlas NPU Scheduler Plugin, based on Volcano v1.7.0, Base Image: Alpine latest)
v1.7.0-v26.1.0-alpinelatestDockerfile-controller.alpineVolcano Controller v26.1.0 Image (based on Volcano v1.7.0, Base Image: Alpine latest)
v1.7.0-v26.1.0-openeuler24.03Dockerfile-scheduler.openeulerVolcano Scheduler v26.1.0 Image (Including Atlas NPU Scheduler Plugin, based on Volcano v1.7.0, Base Image: openEuler 24.03)
v1.7.0-v26.1.0-openeuler24.03Dockerfile-controller.openeulerVolcano Controller v26.1.0 Image (based on Volcano v1.7.0, Base Image: openEuler 24.03)

Tags for Atlas NPU Scheduler Plugin v26.0.0 and earlier versions follow the format below:

text
<component-version>-<ascend-scheduling-plugin-version>
FieldExampleDescription
component-versionv1.7.0Version Number of Volcano component
ascend-scheduling-plugin-versionv26.0.0Version Number of Atlas NPU Scheduler Plugin

Atlas for Volcano 26.0.0 (Volcano v1.9.0)

Using linux-aarch64 architecture as an example: Atlas for Volcano package download: Ascend-mindxdl-volcano_26.0.0_linux-aarch64.zip

TagDockerfile (path within package)Image Content
v1.9.0-v26.0.0volcano-v1.9.0/Dockerfile-schedulerVolcano Scheduler v26.0.0 Image (Including Atlas NPU Scheduler Plugin, based on Volcano v1.9.0, Base Image: Alpine latest)
v1.9.0-v26.0.0volcano-v1.9.0/Dockerfile-controllerVolcano Controller v26.0.0 Image (based on Volcano v1.9.0, Base Image: Alpine latest)

Atlas for Volcano 26.0.0 (Volcano v1.7.0)

Using linux-aarch64 architecture as an example: Atlas for Volcano package download: Ascend-mindxdl-volcano_26.0.0_linux-aarch64.zip

TagDockerfile (path within package)Image Content
v1.7.0-v26.0.0volcano-v1.7.0/Dockerfile-schedulerVolcano Scheduler v26.0.0 Image (Including Atlas NPU Scheduler Plugin, based on Volcano v1.7.0, Base Image: Alpine latest)
v1.7.0-v26.0.0volcano-v1.7.0/Dockerfile-controllerVolcano Controller v26.0.0 Image (based on Volcano v1.7.0, Base Image: Alpine latest)

Quick Start

Prerequisites

Software Dependencies

SoftwareSupported VersionsInstallation LocationDescription
Kubernetes1.19.x~1.34.xAll nodesSee https://kubernetes.io/docs/
Atlas Device PluginSame version as VolcanoCompute nodesVolcano depends on Atlas Device Plugin to report device information
ClusterDSame version as VolcanoManagement nodesVolcano depends on ClusterD to aggregate cluster fault information

Hardware Requirements

ResourceUp to 100 Nodes500 Nodes1000 Nodes
Volcano Scheduler CPU2.5 cores4 cores5.5 cores
Volcano Scheduler Memory2.5 GB5 GB8 GB
Volcano Controller CPU2 cores2 cores2.5 cores
Volcano Controller Memory2.5 GB3 GB4 GB

Obtain Atlas for Volcano Images Online

  1. Pull images

    Pull the Atlas for Volcano images from AscendHub, replacing {tag} with the actual version tag (v1.9.0-v26.0.0 recommended).

    bash
    docker pull swr.cn-south-1.myhuaweicloud.com/ascendhub/vc-scheduler:{tag}
    docker pull swr.cn-south-1.myhuaweicloud.com/ascendhub/vc-controller-manager:{tag}
    
  2. Retag images

    Retag the official images with local tags for consistent naming and easier operations management.

    bash
    docker tag swr.cn-south-1.myhuaweicloud.com/ascendhub/vc-scheduler:{tag} volcanosh/vc-scheduler:{tag}
    docker tag swr.cn-south-1.myhuaweicloud.com/ascendhub/vc-controller-manager:{tag} volcanosh/vc-controller-manager:{tag}
    

Build Locally (Optional)

Local Image Build Process for Atlas NPU Scheduler Plugin v26.1.0 and Later Versions

Example: Build a Volcano v1.9.0 component image with linux-aarch64 architecture based on Alpine latest, integrated with Atlas NPU Scheduler Plugin v26.1.0.

  1. Obtain the target Dockerfile

    Navigate to the chapter Supported Tags and Dockerfile Links, open the Dockerfile-scheduler.alpine and Dockerfile-controller.alpine link corresponding to your target version, and save the file to a local directory on your aarch64 environment.

  2. Build the Docker image locally (disable cache to ensure a clean build)

    bash
    # Build scheduler image
    docker build --no-cache -t volcanosh/vc-scheduler:v1.9.0 ./ -f Dockerfile-scheduler.alpine
    
    # Build controller image
    docker build --no-cache -t volcanosh/vc-controller-manager:v1.9.0 ./ -f Dockerfile-controller.alpine
    

Important Notes If your Docker version is earlier than 18.09 or BuildKit is not manually enabled, the TARGETPLATFORM variable cannot be read during image building, which will cause the image build to fail.

  1. TARGETPLATFORM is a built-in global variable of Docker BuildKit for identifying the target build platform, e.g. linux/amd64, linux/arm64.
  2. This variable is automatically injected only after BuildKit is enabled. It cannot be used in legacy Docker environments or environments where BuildKit is disabled by default.
  3. Run the following command before building to enable BuildKit temporarily:
bash
export DOCKER_BUILDKIT=1

Local Image Build Process for Atlas NPU Scheduler Plugin v26.0.0 and Earlier Versions

Example: Build a Volcano v1.9.0 component image based on Alpine latest with linux-aarch64 architecture, integrated with Atlas NPU Scheduler Plugin v26.0.0.

  1. Download the officially released component package

    shell
    wget https://gitcode.com/Ascend/mind-cluster/releases/download/v26.0.0/Ascend-mindxdl-volcano_26.0.0_linux-aarch64.zip
    
  2. Extract the package to a custom directory

    shell
    unzip Ascend-mindxdl-volcano_26.0.0_linux-aarch64.zip -d Ascend-mindxdl-volcano_26.0.0_linux-aarch64
    
  3. Enter the extracted working directory

    shell
    cd Ascend-mindxdl-volcano_26.0.0_linux-aarch64/volcano-v1.9.0
    
  4. Build Docker images locally (disable cache to ensure a clean build)

    bash
    # Build scheduler image
    docker build --no-cache -t volcanosh/vc-scheduler:v1.9.0 ./ -f Dockerfile-scheduler
    
    # Build controller image
    docker build --no-cache -t volcanosh/vc-controller-manager:v1.9.0 ./ -f Dockerfile-controller
    

Deploy Atlas for Volcano

  1. Start Volcano

    Replace {version} in the YAML filename with the actual version (currently volcano v1.9.0). Before deployment, replace the image {tag} in the YAML file with the actual image version.

    bash
    kubectl apply -f volcano-{version}.yaml
    
  2. Verify deployment

    bash
    kubectl get pods -A | grep volcano
    

    Expected result: The volcano-related Pods in the corresponding namespace should be in Running state.


Supported Hardware

For descriptions of currently supported Atlas hardware models, please refer to the official documentation: Supported Product Formats and OS List


License

View the https://www.hiascend.com/en/legal/softlicense for the Mind series software contained in these images.

As with all container images, pre-installed software packages (Python, system libraries, etc.) may be subject to their respective license agreements.

镜像拉取方式

您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。

轩辕镜像加速拉取命令点我查看更多 vc-scheduler 镜像标签

docker pull docker.xuanyuan.run/ascendai/vc-scheduler:<标签>

使用方法:

  • 登录认证方式
  • 免认证方式

DockerHub 原生拉取命令

docker pull ascendai/vc-scheduler:<标签>

轩辕镜像配置手册

按平台快速找到配置文档

一键安装

一键安装 Docker

Linux Docker 一键安装

AI

用 AI 使用轩辕镜像

agents.md · AI 对话 · 提示词

Docker

登录仓库拉取

登录认证 · 私有仓库

专属域名拉取

免登录 · 高速拉取

Linux

Docker 镜像配置

Windows / Mac

Docker Desktop 配置

MacOS OrbStack

OrbStack 容器

Apple Container

macOS 原生容器

Docker Compose

Compose 项目配置

NAS

群晖

Synology 配置

飞牛

fnOS 镜像配置

绿联

绿联 NAS

威联通

QNAP 配置

极空间

极空间 NAS

Unraid

Unraid NAS

企业仓库

其他仓库

ghcr · Quay · nvcr

Harbor 镜像源

Proxy Repository 对接

Portainer 镜像源

Registries 配置

Nexus 镜像源

Docker Proxy 缓存

开发工具

Dev Containers

VS Code 开发容器

Podman

Podman 配置指南

Singularity / Apptainer

HPC 科学计算容器

Kubernetes

K8s Containerd

Kubernetes · Containerd

K3s

轻量级集群

面板 / 网络

爱快路由

爱快 4.0 · iKuai 镜像加速

宝塔面板

一键配置镜像源

需要其他帮助?请查看我们的 常见问题Docker 镜像访问常见问题解答 或 提交工单

镜像拉取常见问题

功能

版本功能对比

功能对比 · 版本选择

支持的镜像仓库

Docker Hub · GCR · GHCR

专属域名用法

专属域名 · 开启停用 · 多仓库

新手拉取配置

登录 · 专属域名 · 配置

docker search 限制

专属域名 · Hub 搜索

不支持 push

仅支持 pull · 不支持

拉取速度原因

带宽 · 缓存 · 冷热镜像

错误码

402 与流量用尽

402 · 流量包 · 充值

401 认证失败

401 · docker login

manifest unknown

标签错误 · 镜像不存在

410 Gone 排查

410 · Docker 升级

429 限流

免费版 · 专业版 · 企业版 · 请求频率

其他报错

DNS 超时

DNS 解析 · 网络超时

TLS 证书失败

no matching manifest(架构)

docker.sock / daemon

账号

失败是否计费

manifest · blob · 计费

申请开票(企业 / 个人)

开票 · 发票 · 工单

修改登录密码

网站 · 仓库 · 重置

注销账户

工单 · 数据 · 注销

原理

mirrors 不生效

daemon.json · 重启

去掉域名前缀

docker tag · 重命名

指定架构拉取

ARM64 · AMD64 · 多架构

latest 与「最新」

digest · 版本号 · 标签

查看全部问题→

用户好评

来自真实用户的反馈,见证轩辕镜像的优质服务

用户头像

oldzhang

运维工程师

Linux服务器

5

"Docker访问体验非常流畅,大镜像也能快速完成下载。"

轩辕镜像
镜像详情
...
ascendai/vc-scheduler
定价查看流量套餐与价格
博客Docker 镜像公告与技术博客
专业版 · 高速稳定拉取镜像
高速镜像下载·在线技术支持·99.95% SLA 保障·付费会员免广告
50GB 仅 ¥8/年
专业版 · 高速稳定拉取镜像
50GB 仅 ¥8/年
高速镜像下载·在线技术支持·99.95% SLA 保障·付费会员免广告
用户协议·隐私政策·增值电信业务经营许可证:浙B2-20261007·©2024-2026 源码跳动©2024-2026 杭州源码跳动科技有限公司·商务合作:点击复制邮箱

更多 vc-scheduler 镜像推荐

ascendai/cann logo

ascendai/cann

ascendai
ascendai/cann Docker镜像是昇腾AI异构计算架构CANN的容器化部署方案,集成CANN核心组件与工具链,深度适配昇腾系列AI芯片,提供从模型训练到推理部署的全流程加速能力。通过容器化封装简化昇腾AI开发环境配置,确保跨平台部署一致性,助力开发者快速构建高效能深度学习应用,显著提升模型训练效率与推理性能,广泛适用于科研实验、智能计算及产业级AI解决方案开发场景。
14 次收藏10万+ 次下载
24 天前更新
ascendai/vllm-ascend logo

ascendai/vllm-ascend

ascendai
暂无描述
1 次收藏10万+ 次下载
22 天前更新
ascendai/manylinux logo

ascendai/manylinux

ascendai
暂无描述
10万+ 次下载
1 个月前更新
ascendai/triton logo

ascendai/triton

ascendai
暂无描述
10万+ 次下载
1 个月前更新
ascendai/mindie logo

ascendai/mindie

ascendai
暂无描述
5万+ 次下载
22 天前更新
ascendai/verl logo

ascendai/verl

ascendai
暂无描述
5万+ 次下载
22 天前更新

查看更多 vc-scheduler 相关镜像