--- MTPE: windsonsea date: 2024-01-18 hide: - navigation --- # Download Addon v0.12.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 } ## Download | Filename | Version | Architecture | File Size | Download | Update Date | | -------- | ------- | ------------ | --------- | -------- | ----------- | | addon-offline-full-package-v0.12.0-amd64.tar.gz | v0.12.0 | AMD 64 | 24.23 GB | [:arrow_down: Download](https://qiniu-download-public.daocloud.io/DaoCloud_DigitalX_Addon/addon-offline-full-package-v0.12.0-amd64.tar.gz) | 2023-11-14 | | addon-offline-full-package-v0.12.0-arm64.tar.gz | v0.12.0 | ARM 64 | 13.08 GB | [:arrow_down: Download](https://qiniu-download-public.daocloud.io/DaoCloud_DigitalX_Addon/addon-offline-full-package-v0.12.0-arm64.tar.gz) | 2023-11-14 | ## Validation Navigate to the downloaded directory of the offline package. === "AMD 64" Run the following command to validate the integrity: ```sh echo "e253e1ed8ac7f0cecbe35a09fd87ab1880ed2ec91c96dba751a52dafc9cd76c6eb6b8b16c401353d0f5595e6225cfb6d2a394c67711bf5ea84bcce88eface341 addon-offline-full-package-v0.12.0-amd64.tar.gz" | sha512sum -c ``` If the validation is successful, the result will be similar to: ```none addon-offline-full-package-v0.12.0-amd64.tar.gz: ok ``` === "ARM 64" Run the following command to validate the integrity: ```sh echo "7fbcfc7cc5e9c844ba7c43505de35ddab1eec93eecd63ef3fd65bf082074f6ac156bc9759875a0e37f1eb39568c524e1af5b208fb69854d6bb95f59972a15e64 addon-offline-full-package-v0.12.0-arm64.tar.gz" | sha512sum -c ``` If the validation is successful, the result will be similar to: ```none addon-offline-full-package-v0.12.0-arm64.tar.gz: ok ``` ## Usage DCE 5.0 supports offline Addons. After downloading the offline package, open the `clusterConfig.yaml` file and modify the `addonOfflinePackagePath` field to specify the location of the Addon. ## Included components The offline package of Addon v0.12.0 includes the following components: === "AMD 64" | Repo | Components | Version | | --------- | ----------------------------- | ------- | | addon | metrics-server | 3.8.3 | | | kubernetes-cronhpa-controller | 1.3.0 | | | vpa | 1.5.0 | | | skoala-init | 0.28.1 | | | velero | 4.0.2 | | | rabbitmq-cluster-operator | 0.14.0 | | | eck-operator | 0.11.0 | | | redis-cluster-operator | 0.12.0 | | | strimzi-kafka-operator | 0.9.0 | | | minio-operator | 0.9.0 | | | jenkins | 0.3.1 | | | insight-agent | 0.21.1 | | | coredns-metrics | 0.1.0 | | | harbor-operator | 1.4.0 | | | spiderpool | 0.7.0 | | | contour | 11.1.2 | | | multus-underlay | 0.2.4 | | | f5networks | 0.2.0 | | | metallb | 0.13.10 | | | 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.7.7 | | | wordpress | 15.2.39 | | | docker-registry | 2.2.2 | | | argo-cd | 5.34.6 | | | kubeview | 2.7.1 | | | prometheus-adapter | 4.1.1 | | | prometheus-node-exporter | 4.6.0 | | | kube-state-metrics | 4.22.3 | === "ARM 64" | Repo | Components | Version | | --------- | ----------------------------- | ------- | | addon | metrics-server | 3.8.3 | | | kubernetes-cronhpa-controller | 1.3.0 | | | vpa | 1.5.0 | | | skoala-init | 0.28.1 | | | rabbitmq-cluster-operator | 0.14.0 | | | eck-operator | 0.11.0 | | | redis-cluster-operator | 0.12.0 | | | strimzi-kafka-operator | 0.9.0 | | | minio-operator | 0.9.0 | | | jenkins | 0.3.1 | | | insight-agent | 0.21.1 | | community | dao-2048 | 1.3.1 | | | kube-node-tuning | 0.3.1 | | | node-problem-detector | 2.3.1 | | | kuberhealthy | 90 | | | vela-core | 1.7.7 | | | docker-registry | 2.2.2 | | | prometheus-adapter | 4.1.1 | | | prometheus-node-exporter | 4.6.0 | | | kube-state-metrics | 4.22.3 |