Offline Installation and Usage of Metax GPU Components¶
This section provides guidance on the offline installation of Metax components such as metax-gpu-extensions and metax-operator, as well as instructions for using Metax GPU cards.
Prerequisites¶
- DCE 5.0 container management platform has been deployed and is functioning properly.
- The container management module has either joined an existing Kubernetes cluster or created a new one, and the UI interface of the cluster is accessible.
- The GPU cards in the current cluster are not virtualized and are not in use by other applications.
- The image registry has imported the Addon offline installation package. For usage, refer to Using the Addon offline installation package.
Component Overview¶
DCE 5.0 ships with two built-in Helm chart packages: metax-gpu-extensions and metax-operator. Choose which to install based on your usage scenario.
- metax-gpu-extensions: Contains the
gpu-deviceandgpu-labelcomponents. When using the Metax-extensions solution, application container images must be built based on the MXMACA® base image. This solution only supports the full GPU usage scenario. - metax-operator: Contains the
gpu-device,gpu-label,driver-manager,container-runtime, andoperator-controllercomponents. With this approach, you can build application container images that do not include the MXMACA® SDK. It supports both full GPU and vGPU scenarios.
Procedure¶
- In the left navigation bar, go to Container Management -> Cluster Management, and click the name of the target cluster.
- From the left navigation bar, click Helm Apps -> Helm Templates, then search for metax.
- The following two components will appear. Install them selectively as needed.

📢📢📢 Installation Notes
The current metax-operator chart already includes metax-exporter by default, so you do not need to install it separately.