https://github.com/colynn/ascend-device-plugin
MindX DL 组件部署/ 静态虚拟化、动态虚拟化 6.0.RC2
https://github.com/colynn/ascend-device-plugin
ascend ascend-device-plugin ascend-npu atlas atlas300vpro npu volcano
Last synced: 3 months ago
JSON representation
MindX DL 组件部署/ 静态虚拟化、动态虚拟化 6.0.RC2
- Host: GitHub
- URL: https://github.com/colynn/ascend-device-plugin
- Owner: colynn
- Created: 2024-07-24T06:51:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-25T03:31:54.000Z (10 months ago)
- Last Synced: 2025-06-04T17:10:15.868Z (4 months ago)
- Topics: ascend, ascend-device-plugin, ascend-npu, atlas, atlas300vpro, npu, volcano
- Language: Smarty
- Homepage: https://www.hiascend.com/document/detail/zh/mindx-dl/60rc3/clusterscheduling/clusterscheduling/clusterscheduling/mxdlug_scheduling_001.html
- Size: 182 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mindx-dl-ascend-device-plugin
  
A Helm chart for Ascend Mindx-DL components on Kubernetes
## Values
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| devicePlugin.logLevel | int | `0` | |
| devicePlugin.resources.limits.cpu | string | `"500m"` | |
| devicePlugin.resources.limits.memory | string | `"500Mi"` | |
| devicePlugin.resources.requests.cpu | string | `"500m"` | |
| devicePlugin.resources.requests.memory | string | `"500Mi"` | |
| exporter.resources.limits.cpu | string | `"200m"` | |
| exporter.resources.limits.memory | string | `"1000Mi"` | |
| exporter.resources.requests.cpu | string | `"100m"` | |
| exporter.resources.requests.memory | string | `"500Mi"` | |
| global.dockerRegistry | string | `""` | |
| image.exporter.repository | string | `"ascend-mindxdl/npu-exporter"` | |
| image.exporter.tag | string | `"v6.0.0-alpha"` | |
| image.plugin.repository | string | `"ascend-mindxdl/device-plugin"` | |
| image.plugin.tag | string | `"6.0.2.1"` | |
| image.pullSecrets[0] | string | `"harbor"` | |
| initContainers.repository | string | `"pingcap/busybox"` | |
| initContainers.tag | string | `"1.34.1"` | |
| volcano.clusterd.repository | string | `"ascend-mindxdl/clusterd"` | |
| volcano.clusterd.tag | string | `"v6.0.RC2"` | |
| volcano.controller.repository | string | `"ascend-mindxdl/volcano-controller"` | |
| volcano.controller.tag | string | `"6.0.2-v1.7.0"` | |
| volcano.enabled | bool | `true` | |
| volcano.noded.repository | string | `"ascend-mindxdl/noded"` | |
| volcano.noded.tag | string | `"v6.0.RC2"` | |
| volcano.scheduler.repository | string | `"ascend-mindxdl/volcano-scheduler"` | |
| volcano.scheduler.tag | string | `"6.0.2-v1.7.0"` | |----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)