--- MTPE: windsonsea date: 2024-01-18 hide: - navigation --- # Download Addons v0.9.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.9.0-amd64.tar.gz | v0.9.0 | AMD 64 | 14.4 GB | [:arrow_down: Download](https://qiniu-download-public.daocloud.io/DaoCloud_DigitalX_Addon/addon-offline-full-package-v0.9.0-amd64.tar.gz) | 2023-07-07 | | addon-offline-full-package-v0.9.0-arm64.tar.gz | v0.9.0 | ARM 64 | 9.0 GB | [:arrow_down: Download](https://qiniu-download-public.daocloud.io/DaoCloud_DigitalX_Addon/addon-offline-full-package-v0.9.0-arm64.tar.gz) | 2023-07-07 | ## Validation Navigate to the directory where the offline package is downloaded. === "AMD 64" Run the following command to validate the integrity: ```sh echo "c4aa34b881380613535c1fce4d97310d69092d3501286c08e12e9374bcfe014d6fda5d94f2d3d3429b734b75471331f2bcd79e31e1c03170bf27adc474b99259 addon-offline-full-package-v0.9.0-amd64.tar.gz" | sha512sum -c ``` If the validation is successful, the result will be similar to: ```none addon-offline-full-package-v0.9.0-amd64.tar.gz: ok ``` === "ARM 64" Run the following command to validate the integrity: ```sh echo "9069ba5ed9fda8386b17187c353d0cc9d11ae64ee9a67c4a463d35e654c6693d6b42b3e59b1cb0f0a749e9b2a60aa181d2d90e33688b0f7a4df072aaf1b5ea98 addon-offline-full-package-v0.9.0-arm64.tar.gz" | sha512sum -c ``` If the validation is successful, the result will be similar to: ```none addon-offline-full-package-v0.9.0-arm64.tar.gz: ok ``` ## Usage DCE 5.0 supports offline Addon installation. After downloading the offline package, open clusterConfig.yaml and modify the `addonOfflinePackagePath` field to specify the path of the Addon. ## Included components The offline package of Addon v0.9.0 includes the following components: === "AMD 64" | Repo | Components | Versions | | --------- | ----------------------------- | ------- | | addon | metrics-server | 3.8.3 | | | kubernetes-cronhpa-controller | 1.3.0 | | | vpa | 1.5.0 | | | skoala-init | 0.24.1 | | | 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.13 | | | insight-agent | 0.18.2 | | | 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" | Repo | Components | Versions | | --------- | ----------------------------- | ------- | | addon | metrics-server | 3.8.3 | | | kubernetes-cronhpa-controller | 1.3.0 | | | vpa | 1.5.0 | | | skoala-init | 0.24.1 | | | 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.13 | | | insight-agent | 0.18.2 | | 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 |