An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# mindx-dl-ascend-device-plugin

![Version: 6.0.0](https://img.shields.io/badge/Version-6.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.0.2](https://img.shields.io/badge/AppVersion-6.0.2-informational?style=flat-square)

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)