--- MTPE: windsonsea date: 2024-01-18 hide: - navigation --- # Download Addon v0.8.0 This page provides the option to download Addons for DCE 5.0. If you need to use the Addons offline, you can configure them in the `clusterConfig.yaml` file. For detailed instructions, refer to the [DCE 5.0 installation process](../../install/index.md#install-dce-50-enterprise). [Return to Download Index](../index.md#download-addon-offline-package){ .md-button } [More Historical Versions](./history.md){ .md-button } ## Downloads | Filename | Version | Architecture | File Size | Download | Update Date | | -------- | ------- | ------------ | --------- | -------- | ----------- | | addon-offline-full-package-v0.8.0-amd64.tar.gz | v0.8.0 | AMD 64 | 13.8 GB | [:arrow_down: Download](https://qiniu-download-public.daocloud.io/DaoCloud_DigitalX_Addon/addon-offline-full-package-v0.8.0-amd64.tar.gz) | 2023-06-01 | | addon-offline-full-package-v0.8.0-arm64.tar.gz | v0.8.0 | ARM 64 | 8.3 GB | [:arrow_down: Download](https://qiniu-download-public.daocloud.io/DaoCloud_DigitalX_Addon/addon-offline-full-package-v0.8.0-arm64.tar.gz) | 2023-06-01 | ## Validation Enter the download directory of the offline package. === "AMD 64" To validate the integrity, run the following command: ```sh echo "9397d2af8cae997996b6f08cebc6318c1219c57c2f723cca76053cf34520ab83bc43125fff9498056ca732645b6941620a182792ee8da2b6a38d07b2cb55c9a2 addon-offline-full-package-v0.8.0-amd64.tar.gz" | sha512sum -c ``` If the validation is successful, the result will be similar to: ```none addon-offline-full-package-v0.8.0-amd64.tar.gz: ok ``` === "ARM 64" To validate the integrity, run the following command: ```sh echo "d522da328a286b0d063d018ee82fa74b1b8da8b7f601432c9653287774e362669e1569c87de705a14eec6d4d7613dc4b995eb104f3bc686d44d5f6dcee8a8f7d addon-offline-full-package-v0.8.0-arm64.tar.gz" | sha512sum -c ``` If the validation is successful, the result will be similar to: ```none addon-offline-full-package-v0.8.0-arm64.tar.gz: ok ``` ## Usage DCE 5.0 supports Addon offline mode. After downloading the offline package, open clusterConfig.yaml and modify the `addonOfflinePackagePath` field to specify the path where the Addon is located. ## Included components The offline package of Addon v0.8.0 includes the following components: === "AMD 64" | Repository | Component | Version | | ---------- | ----------------------------- | ------- | | addon | metrics-server | 3.8.3 | | | kubernetes-cronhpa-controller | 1.3.0 | | | vpa | 1.5.0 | | | skoala-init | 0.22.2 | | | velero | 3.0.0 | | | rabbitmq-cluster-operator | 0.8.0 | | | eck-operator | 0.5.0 | | | redis-cluster-operator | 0.5.0 | | | strimzi-kafka-operator | 0.3.1 | | | minio-operator | 0.3.0 | | | jenkins | 0.1.10 | | | insight-agent | 0.17.0-rc5 | | | coredns-metrics | 0.1.0 | | | harbor-operator | 1.4.0 | | | spiderpool | 0.5.0 | | | contour | 11.1.2 | | | multus-underlay | 0.2.3 | | | f5networks | 0.2.0 | | | metallb | 0.13.9 | | | nmstate | 0.74.0 | | | neuvector | 2.4.2 | | | falco | 2.0.17 | | | falco-event-generator | 0.1.1 | | | falco-exporter | 0.8.2 | | community | dao-2048 | 1.3.1 | | | kube-node-tuning | 0.3.1 | | | node-problem-detector | 2.3.1 | | | kuberhealthy | 90 | | | kube-bench | 0.1.5 | | | vela-core | 1.6.7 | | | wordpress | 15.2.39 | | | docker-registry | 2.2.2 | | | argo-cd | 5.16.13 | | | kubeview | 2.7.1 | | | prometheus-adapter | 4.1.1 | | | prometheus-node-exporter | 4.6.0 | | | kube-state-metrics | 4.22.3 | === "ARM 64" | Repository | Component | Version | | ---------- | ----------------------| ------- | | addon | metrics-server | 3.8.3 | | | kubernetes-cronhpa-controller | 1.3.0 | | | vpa | 1.5.0 | | | skoala-init | 0.22.2 | | | rabbitmq-cluster-operator | 0.8.0 | | | eck-operator | 0.5.0 | | | redis-cluster-operator | 0.5.0 | | | strimzi-kafka-operator | 0.3.1 | | | minio-operator | 0.3.0 | | | jenkins | 0.1.10 | | | insight-agent | 0.17.0-rc5 | | community | dao-2048 | 1.3.1 | | | kube-node-tuning | 0.3.1 | | | node-problem-detector | 2.3.1 | | | kuberhealthy | 90 | | | vela-core | 1.6.7 | | | docker-registry | 2.2.2 | | | prometheus-adapter | 4.1.1 | | | prometheus-node-exporter | 4.6.0 | | | kube-state-metrics | 4.22.3 |