Skip to content

Commit

Permalink
[en] update installer to v0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
windsonsea committed Apr 10, 2024
1 parent 23cb072 commit 3ac3697
Show file tree
Hide file tree
Showing 10 changed files with 45 additions and 32 deletions.
2 changes: 1 addition & 1 deletion docs/en/docs/install/air-tag-download.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This page provides a script to easily download all the offline packages required
## Download Script

```bash
export VERSION=v0.16.0
export VERSION=v0.16.1
curl -LO https://qiniu-download-public.daocloud.io/DaoCloud_Enterprise/dce5/download_packages_${VERSION}.sh
chmod +x download_packages_${VERSION}.sh
```
Expand Down
15 changes: 8 additions & 7 deletions docs/en/docs/install/commercial/start-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ You can download the latest version from the [Download Center](../../download/in

| CPU Architecture | Version | Download |
| :--------------- | :------ | :------- |
| AMD64 | v0.16.0 | [offline-v0.16.0-amd64.tar](https://qiniu-download-public.daocloud.io/DaoCloud_Enterprise/dce5/offline-v0.16.0-amd64.tar) |
| <font color="green">ARM64</font> | v0.16.0 | [offline-v0.16.0-arm64.tar](https://qiniu-download-public.daocloud.io/DaoCloud_Enterprise/dce5/offline-v0.16.0-arm64.tar) |
| AMD64 | v0.16.1 | [offline-v0.16.1-amd64.tar](https://qiniu-download-public.daocloud.io/DaoCloud_Enterprise/dce5/offline-v0.16.1-amd64.tar) |
| <font color="green">ARM64</font> | v0.16.1 | [offline-v0.16.1-arm64.tar](https://qiniu-download-public.daocloud.io/DaoCloud_Enterprise/dce5/offline-v0.16.1-arm64.tar) |

After downloading, extract the offline package.
Take the amd64 architecture offline package as an example

```bash
tar -xvf offline-v0.16.0-amd64.tar
tar -xvf offline-v0.16.1-amd64.tar
```

#### ISO Operating System Image File (Required)
Expand All @@ -48,7 +48,7 @@ The ISO operating system image file needs to be configured in
| | openEuler 22.03 | [openEuler-22.03-LTS-SP1-x86_64-dvd.iso](https://mirrors.nju.edu.cn/openeuler/openEuler-22.03-LTS-SP1/ISO/x86_64/openEuler-22.03-LTS-SP1-x86_64-dvd.iso) |
| | OracleLinux R9 U1 | [OracleLinux-R9-U1-x86_64-dvd.iso](https://yum.oracle.com/ISOS/OracleLinux/OL9/u1/x86_64/OracleLinux-R9-U1-x86_64-dvd.iso) |
| | Rocky Linux 9.2 | [Rocky-9.2-x86_64-dvd.iso](https://dl.rockylinux.org/vault/rocky/9.2/isos/x86_64/Rocky-9.2-x86_64-dvd.iso) |
| <font color="green">ARM64</font> | Kylin Linux Advanced Server release V10 (Sword) SP2 | [Request Address](https://www.kylinos.cn/scheme/server/1.html) |
| <font color="green">ARM64</font> | Kylin Linux Advanced Server release V10 (Sword) SP2 | [Request Address](https://www.kylinos.cn/support/trial.html) |

!!! note

Expand All @@ -70,9 +70,10 @@ operating systems, which can be found at <https://github.com/kubean-io/kubean/re
Currently, the installer version requires the osPackage offline package version to match.
Please download the osPackage offline package based on the corresponding version:

=== "V0.16.0"
=== "V0.16.1"

| Operating System | Download |
| :--------------- | :--------- |
| CentOS 7 | [os-pkgs-centos7-v0.13.9.tar.gz](https://files.m.daocloud.io/github.com/kubean-io/kubean/releases/download/v0.13.9/os-pkgs-centos7-v0.13.9.tar.gz) |
| Redhat 8 | [os-pkgs-redhat8-v0.13.9.tar.gz](https://files.m.daocloud.io/github.com/kubean-io/kubean/releases/download/v0.13.9/os-pkgs-redhat8-v0.13.9.tar.gz) |
| Redhat 7 | [os-pkgs-redhat7-v0.13.9.tar.gz](https://files.m.daocloud.io/github.com/kubean-io/kubean/releases/download/v0.13.9/os-pkgs-redhat7-v0.13.9.tar.gz) |
Expand Down Expand Up @@ -190,8 +191,8 @@ in [clusterConfig.yaml](./cluster-config.md).

| CPU Architecture | Version | Download |
| :--------------- | :------ | :------- |
| AMD64 | v0.15.0 | [addon-offline-full-package-v0.15.0-amd64.tar.gz](https://qiniu-download-public.daocloud.io/DaoCloud_DigitalX_Addon/addon-offline-full-package-v0.15.0-amd64.tar.gz) |
| <font color="green">ARM64</font> | v0.15.0 | [addon-offline-full-package-v0.15.0-arm64.tar.gz](https://qiniu-download-public.daocloud.io/DaoCloud_DigitalX_Addon/addon-offline-full-package-v0.15.0-arm64.tar.gz) |
| AMD64 | v0.16.0 | [addon-offline-full-package-v0.16.0-amd64.tar.gz](https://qiniu-download-public.daocloud.io/DaoCloud_DigitalX_Addon/addon-offline-full-package-v0.16.0-amd64.tar.gz) |
| <font color="green">ARM64</font> | v0.16.0 | [addon-offline-full-package-v0.16.0-arm64.tar.gz](https://qiniu-download-public.daocloud.io/DaoCloud_DigitalX_Addon/addon-offline-full-package-v0.16.0-arm64.tar.gz) |

#### One-Click Download of Required Offline Packages

Expand Down
4 changes: 2 additions & 2 deletions docs/en/docs/install/community/kind/online.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,10 +159,10 @@ precheck pass...

2. Download the `dce5-installer` binary file on the kind host.

Takve VERSION=v0.15.0 as an example:
Takve VERSION=v0.16.1 as an example:

```shell
export VERSION=v0.15.0
export VERSION=v0.16.1
curl -Lo ./dce5-installer https://proxy-qiniu-download-public.daocloud.io/DaoCloud_Enterprise/dce5/dce5-installer-$VERSION
chmod +x ./dce5-installer
```
Expand Down
12 changes: 6 additions & 6 deletions docs/en/docs/install/k8s-install/ecs-install-dce5.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ When deploying DCE 5.0 on Alibaba Cloud ECS, special handling is required for lo

1. Log in to a machine and download the dce5-installer binary file.

Assuming VERSION is v0.16.0:
Assuming VERSION is v0.16.1:

```shell
export VERSION=v0.16.0
export VERSION=v0.16.1
curl -Lo ./dce5-installer https://proxy-qiniu-download-public.daocloud.io/DaoCloud_Enterprise/dce5/dce5-installer-$VERSION
chmod +x ./dce5-installer
```
Expand Down Expand Up @@ -81,10 +81,10 @@ When deploying DCE 5.0 on Alibaba Cloud ECS, special handling is required for lo
1. Log in to a machine and download the dce5-installer binary file.
Assuming VERSION is v0.16.0:
Assuming VERSION is v0.16.1:
```shell
export VERSION=v0.16.0
export VERSION=v0.16.1
curl -Lo ./dce5-installer https://proxy-qiniu-download-public.daocloud.io/DaoCloud_Enterprise/dce5/dce5-installer-$VERSION
chmod +x ./dce5-installer
```
Expand Down Expand Up @@ -156,10 +156,10 @@ When deploying DCE 5.0 on Alibaba Cloud ECS, special handling is required for lo
1. Log in to a machine and download the dce5-installer binary file.
Assuming VERSION is v0.16.0:
Assuming VERSION is v0.16.1:
```shell
export VERSION=v0.16.0
export VERSION=v0.16.1
curl -Lo ./dce5-installer https://proxy-qiniu-download-public.daocloud.io/DaoCloud_Enterprise/dce5/dce5-installer-$VERSION
chmod +x ./dce5-installer
```
Expand Down
8 changes: 4 additions & 4 deletions docs/en/docs/install/k8s-install/ocp-install-dce5.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ This page describes how to install DCE 5.0 on OCP.
2. Download the full mode offline package, you can download the latest version in [Download Center](../../download/index.md).

| CPU Architecture | Version | Download URL |
| -------- | ------ | ------------------------------ -------------------------------------------------- -------------- |
| AMD64 | v0.16.0 | <https://proxy-qiniu-download-public.daocloud.io/DaoCloud_Enterprise/dce5/offline-v0.16.0-amd64.tar> |
| <font color="green">ARM64</font> | v0.16.0 | <https://proxy-qiniu-download-public.daocloud.io/DaoCloud_Enterprise/dce5/offline-v0.16.0-arm64.tar> |
| -------- | ------ | --------------------- |
| AMD64 | v0.16.1 | <https://proxy-qiniu-download-public.daocloud.io/DaoCloud_Enterprise/dce5/offline-v0.16.1-amd64.tar> |
| <font color="green">ARM64</font> | v0.16.1 | <https://proxy-qiniu-download-public.daocloud.io/DaoCloud_Enterprise/dce5/offline-v0.16.1-arm64.tar> |

Unzip the offline package after downloading:

```bash
# Take the amd64 architecture offline package as an example
tar -xvf offline-v0.16.0-amd64.tar
tar -xvf offline-v0.16.1-amd64.tar
```

3. Set [clusterConfig.yaml](../commercial/cluster-config.md), which can be obtained under the offline package `offline/sample` and modified as needed.
Expand Down
6 changes: 3 additions & 3 deletions docs/en/docs/install/os-install/TencentOS-install-dce5.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ Installer v0.9.0 and higher versions support this deployment method.

| CPU Architecture | Version | Download Link |
| ---------------- | ------- | -------------- |
| AMD64 | v0.16.0 | <https://qiniu-download-public.daocloud.io/DaoCloud_Enterprise/dce5/offline-v0.16.0-amd64.tar> |
| AMD64 | v0.16.1 | <https://qiniu-download-public.daocloud.io/DaoCloud_Enterprise/dce5/offline-v0.16.1-amd64.tar> |

After downloading, extract the offline package:

```bash
curl -LO https://qiniu-download-public.daocloud.io/DaoCloud_Enterprise/dce5/offline-v0.16.0-amd64.tar
tar -xvf offline-v0.16.0-amd64.tar
curl -LO https://qiniu-download-public.daocloud.io/DaoCloud_Enterprise/dce5/offline-v0.16.1-amd64.tar
tar -xvf offline-v0.16.1-amd64.tar
```

2. Download the TencentOS Server 3.1 image file.
Expand Down
6 changes: 3 additions & 3 deletions docs/en/docs/install/os-install/oracleLinux-install-dce5.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ Installer v0.8.0 and higher versions support this deployment method.

| CPU Architecture | Version | Download Link |
| ---------------- | ------- | ------------- |
| AMD64 | v0.16.0 | <https://qiniu-download-public.daocloud.io/DaoCloud_Enterprise/dce5/offline-v0.16.0-amd64.tar> |
| AMD64 | v0.16.1 | <https://qiniu-download-public.daocloud.io/DaoCloud_Enterprise/dce5/offline-v0.16.1-amd64.tar> |

After downloading, extract the offline package:

```bash
curl -LO https://qiniu-download-public.daocloud.io/DaoCloud_Enterprise/dce5/offline-v0.16.0-amd64.tar
tar -xvf offline-v0.16.0-amd64.tar
curl -LO https://qiniu-download-public.daocloud.io/DaoCloud_Enterprise/dce5/offline-v0.16.1-amd64.tar
tar -xvf offline-v0.16.1-amd64.tar
```

2. Download the Oracle Linux R9/R8 U1 image file.
Expand Down
6 changes: 3 additions & 3 deletions docs/en/docs/install/os-install/uos-v20-install-dce5.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ Installer v0.6.0 and higher versions support this deployment method.

| CPU Architecture | Version | Download URL |
| -------- | ------ | --------------------- |
| AMD64 | v0.16.0 | <https://qiniu-download-public.daocloud.io/DaoCloud_Enterprise/dce5/offline-v0.16.0-amd64.tar> |
| AMD64 | v0.16.1 | <https://qiniu-download-public.daocloud.io/DaoCloud_Enterprise/dce5/offline-v0.16.1-amd64.tar> |

Unzip the offline package after downloading:

```bash
curl -LO https://qiniu-download-public.daocloud.io/DaoCloud_Enterprise/dce5/offline-v0.16.0-amd64.tar
tar -xvf offline-v0.16.0-amd64.tar
curl -LO https://qiniu-download-public.daocloud.io/DaoCloud_Enterprise/dce5/offline-v0.16.1-amd64.tar
tar -xvf offline-v0.16.1-amd64.tar
```

3. Download the UnionTech Server V20 1020a ISO image.
Expand Down
12 changes: 12 additions & 0 deletions docs/en/docs/install/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ the evolution path and feature changes of each version.
*[Kpanda]: Dev codename for Container Management in DCE 5.0
*[Skoala]: Dev codename for Microservice Engine in DCE 5.0

### v0.16.1

#### Fixes

- **Fixed** an issue where upgrading from a lower version of gproduct to v0.16.0 would fail due to a bug in the insight component script.

## 2024-03-31

### v0.16.0
Expand All @@ -35,6 +41,12 @@ the evolution path and feature changes of each version.
- **Fixed** manifest disorder issue with kubean custom actions
- **Fixed** issue where the timezone of the Firestarter cluster was inconsistent with the host machine

#### Known Issues

- When upgrading from a lower version of gproduct to v0.16.0, there is a known issue where upgrading may
fail due to a bug in the insight component script. A workaround is to temporarily disable the insight
component in the mainfest.yaml file during the upgrade process.

## 2024-03-01

### v0.15.2
Expand Down
6 changes: 3 additions & 3 deletions docs/zh/docs/install/k8s-install/ocp-install-dce5.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@

2. 下载全模式离线包,可以在[下载中心](../../download/index.md)下载最新版本。

| CPU 架构 | 版本 | 下载地址 |
| -------- | ------ | ------------------------------------------------------------------------------------------------- |
| CPU 架构 | 版本 | 下载地址 |
| -------- | ------ | ----- |
| AMD64 | v0.16.1 | <https://proxy-qiniu-download-public.daocloud.io/DaoCloud_Enterprise/dce5/offline-v0.16.1-amd64.tar> |
| ARM64 | v0.16.1 | <https://proxy-qiniu-download-public.daocloud.io/DaoCloud_Enterprise/dce5/offline-v0.16.1-arm64.tar> |

下载完毕后解压离线包:

```bash
## 以 amd64 架构离线包为例
# 以 amd64 架构离线包为例
tar -xvf offline-v0.16.1-amd64.tar
```

Expand Down

0 comments on commit 3ac3697

Please sign in to comment.