diff --git a/docs/4.0/docs/self-hosting/sealos/installation.md b/docs/4.0/docs/self-hosting/sealos/installation.md index 6f146822581..33585fb7a63 100644 --- a/docs/4.0/docs/self-hosting/sealos/installation.md +++ b/docs/4.0/docs/self-hosting/sealos/installation.md @@ -90,7 +90,7 @@ It works by taking any IP address as part of a `nip.io` subdomain, and resolving To use nip.io for Sealos, run the below on the first master node and enter prompts: ```bash -$ curl -sfL https://raw.githubusercontent.com/labring/sealos/v5.0.1/scripts/cloud/install.sh -o /tmp/install.sh && SEALOS_VERSION=v5.0.1 && bash /tmp/install.sh +$ curl -sfL https://raw.githubusercontent.com/labring/sealos/v5.0.2/scripts/cloud/install.sh -o /tmp/install.sh && SEALOS_VERSION=v5.0.2 && bash /tmp/install.sh ``` When prompted for the Sealos Cloud domain name, use a format like `[ip].nip.io`, where [ip] is your Master node's IP. @@ -127,7 +127,7 @@ This maps your domain and subdomains to the first master's public IP. Then run below on the first master, entering prompts: ```bash -$ curl -sfL https://raw.githubusercontent.com/labring/sealos/v5.0.1/scripts/cloud/install.sh -o /tmp/install.sh && SEALOS_VERSION=v5.0.1 && bash /tmp/install.sh \ +$ curl -sfL https://raw.githubusercontent.com/labring/sealos/v5.0.2/scripts/cloud/install.sh -o /tmp/install.sh && SEALOS_VERSION=v5.0.2 && bash /tmp/install.sh \ --cloud-domain= \ --cert-path= \ --key-path= @@ -149,7 +149,7 @@ cloud.example.io A Then run the below on the first master, entering prompts: ```bash -$ curl -sfL https://raw.githubusercontent.com/labring/sealos/v5.0.1/scripts/cloud/install.sh -o /tmp/install.sh && SEALOS_VERSION=v5.0.1 && bash /tmp/install.sh \ +$ curl -sfL https://raw.githubusercontent.com/labring/sealos/v5.0.2/scripts/cloud/install.sh -o /tmp/install.sh && SEALOS_VERSION=v5.0.2 && bash /tmp/install.sh \ --cloud-domain= ``` @@ -206,7 +206,7 @@ This resolves `cloud.example.io` and subdomains to the first master internal IP. Then run below on the first master, entering prompts: ```bash -$ curl -sfL https://raw.githubusercontent.com/labring/sealos/v5.0.1/scripts/cloud/install.sh -o /tmp/install.sh && SEALOS_VERSION=v5.0.1 && bash /tmp/install.sh \ +$ curl -sfL https://raw.githubusercontent.com/labring/sealos/v5.0.2/scripts/cloud/install.sh -o /tmp/install.sh && SEALOS_VERSION=v5.0.2 && bash /tmp/install.sh \ --cloud-domain= ``` diff --git a/docs/5.0/docs/developer-guide/sealos/installation.md b/docs/5.0/docs/developer-guide/sealos/installation.md index 65948142f03..5e08bf35f30 100644 --- a/docs/5.0/docs/developer-guide/sealos/installation.md +++ b/docs/5.0/docs/developer-guide/sealos/installation.md @@ -109,7 +109,7 @@ resolve to `192.168.1.10`, eliminating the need to modify local hosts or set up To use nip.io for Sealos, run the below on the first master node and enter prompts: ```bash -$ curl -sfL https://raw.githubusercontent.com/labring/sealos/v5.0.1/scripts/cloud/install.sh -o /tmp/install.sh && SEALOS_VERSION=v5.0.1 && bash /tmp/install.sh +$ curl -sfL https://raw.githubusercontent.com/labring/sealos/v5.0.2/scripts/cloud/install.sh -o /tmp/install.sh && SEALOS_VERSION=v5.0.2 && bash /tmp/install.sh ``` When prompted for the Sealos Cloud domain name, use a format like `[ip].nip.io`, where [ip] is your Master node's IP. @@ -147,7 +147,7 @@ This maps your domain and subdomains to the first master's public IP. Then run below on the first master, entering prompts: ```bash -$ curl -sfL https://raw.githubusercontent.com/labring/sealos/v5.0.1/scripts/cloud/install.sh -o /tmp/install.sh && SEALOS_VERSION=v5.0.1 && bash /tmp/install.sh \ +$ curl -sfL https://raw.githubusercontent.com/labring/sealos/v5.0.2/scripts/cloud/install.sh -o /tmp/install.sh && SEALOS_VERSION=v5.0.2 && bash /tmp/install.sh \ --cloud-domain= \ --cert-path= \ --key-path= @@ -170,7 +170,7 @@ cloud.example.io A Then run the below on the first master, entering prompts: ```bash -$ curl -sfL https://raw.githubusercontent.com/labring/sealos/v5.0.1/scripts/cloud/install.sh -o /tmp/install.sh && SEALOS_VERSION=v5.0.1 && bash /tmp/install.sh \ +$ curl -sfL https://raw.githubusercontent.com/labring/sealos/v5.0.2/scripts/cloud/install.sh -o /tmp/install.sh && SEALOS_VERSION=v5.0.2 && bash /tmp/install.sh \ --cloud-domain= ``` @@ -228,7 +228,7 @@ This resolves `cloud.example.io` and subdomains to the first master internal IP. Then run below on the first master, entering prompts: ```bash -$ curl -sfL https://raw.githubusercontent.com/labring/sealos/v5.0.1/scripts/cloud/install.sh -o /tmp/install.sh && SEALOS_VERSION=v5.0.1 && bash /tmp/install.sh \ +$ curl -sfL https://raw.githubusercontent.com/labring/sealos/v5.0.2/scripts/cloud/install.sh -o /tmp/install.sh && SEALOS_VERSION=v5.0.2 && bash /tmp/install.sh \ --cloud-domain= ``` diff --git a/docs/5.0/i18n/zh-Hans/developer-guide/sealos/installation.md b/docs/5.0/i18n/zh-Hans/developer-guide/sealos/installation.md index 6da7063433f..b12c136d379 100644 --- a/docs/5.0/i18n/zh-Hans/developer-guide/sealos/installation.md +++ b/docs/5.0/i18n/zh-Hans/developer-guide/sealos/installation.md @@ -103,8 +103,8 @@ Sealos 需要使用证书来保证通信安全,默认在您不提供证书的 使用 nip.io 作为 Sealos 的域名非常简单,只需在第一个 Master 节点上执行以下命令,并根据提示输入参数: ```bash -$ curl -sfL https://mirror.ghproxy.com/https://raw.githubusercontent.com/labring/sealos/v5.0.1/scripts/cloud/install.sh -o /tmp/install.sh && SEALOS_VERSION=v5.0.1 && bash /tmp/install.sh \ - --cloud-version=v5.0.1 \ +$ curl -sfL https://mirror.ghproxy.com/https://raw.githubusercontent.com/labring/sealos/v5.0.2/scripts/cloud/install.sh -o /tmp/install.sh && SEALOS_VERSION=v5.0.2 && bash /tmp/install.sh \ + --cloud-version=v5.0.2 \ --image-registry=registry.cn-shanghai.aliyuncs.com --zh \ --proxy-prefix=https://mirror.ghproxy.com ``` @@ -147,8 +147,8 @@ cloud.example.io A 192.168.1.10 然后在第一个 Master 节点上执行以下命令,并根据提示输入参数: ```bash -$ curl -sfL https://mirror.ghproxy.com/https://raw.githubusercontent.com/labring/sealos/v5.0.1/scripts/cloud/install.sh -o /tmp/install.sh && SEALOS_VERSION=v5.0.1 && bash /tmp/install.sh \ - --cloud-version=v5.0.1 \ +$ curl -sfL https://mirror.ghproxy.com/https://raw.githubusercontent.com/labring/sealos/v5.0.2/scripts/cloud/install.sh -o /tmp/install.sh && SEALOS_VERSION=v5.0.2 && bash /tmp/install.sh \ + --cloud-version=v5.0.2 \ --image-registry=registry.cn-shanghai.aliyuncs.com --zh \ --proxy-prefix=https://mirror.ghproxy.com \ --cloud-domain= \ @@ -174,8 +174,8 @@ cloud.example.io A 192.168.1.10 然后在第一个 Master 节点上执行以下命令,并根据提示输入参数: ```bash -$ curl -sfL https://mirror.ghproxy.com/https://raw.githubusercontent.com/labring/sealos/v5.0.1/scripts/cloud/install.sh -o /tmp/install.sh && SEALOS_VERSION=v5.0.1 && bash /tmp/install.sh \ - --cloud-version=v5.0.1 \ +$ curl -sfL https://mirror.ghproxy.com/https://raw.githubusercontent.com/labring/sealos/v5.0.2/scripts/cloud/install.sh -o /tmp/install.sh && SEALOS_VERSION=v5.0.2 && bash /tmp/install.sh \ + --cloud-version=v5.0.2 \ --image-registry=registry.cn-shanghai.aliyuncs.com --zh \ --proxy-prefix=https://mirror.ghproxy.com \ --cloud-domain= @@ -233,8 +233,8 @@ $ curl -sfL https://mirror.ghproxy.com/https://raw.githubusercontent.com/labring 然后在第一个 Master 节点上执行以下命令,并根据提示输入参数: ```bash -$ curl -sfL https://mirror.ghproxy.com/https://raw.githubusercontent.com/labring/sealos/v5.0.1/scripts/cloud/install.sh -o /tmp/install.sh && SEALOS_VERSION=v5.0.1 && bash /tmp/install.sh \ - --cloud-version=v5.0.1 \ +$ curl -sfL https://mirror.ghproxy.com/https://raw.githubusercontent.com/labring/sealos/v5.0.2/scripts/cloud/install.sh -o /tmp/install.sh && SEALOS_VERSION=v5.0.2 && bash /tmp/install.sh \ + --cloud-version=v5.0.2 \ --image-registry=registry.cn-shanghai.aliyuncs.com --zh \ --proxy-prefix=https://mirror.ghproxy.com \ --cloud-domain= diff --git a/scripts/cloud/build-offline-tar.sh b/scripts/cloud/build-offline-tar.sh index 650def6aaa3..3bb56c188ac 100644 --- a/scripts/cloud/build-offline-tar.sh +++ b/scripts/cloud/build-offline-tar.sh @@ -40,7 +40,7 @@ sealos save -o output/tars/sealos-cloud.tar docker.io/labring/sealos-cloud:$CLOU # get and save cli mkdir -p output/cli -VERSION="v5.0.1" +VERSION="v5.0.2" wget https://github.com/labring/sealos/releases/download/${VERSION}/sealos_${VERSION#v}_linux_${ARCH}.tar.gz \ && tar zxvf sealos_${VERSION#v}_linux_${ARCH}.tar.gz sealos && chmod +x sealos && mv sealos output/cli diff --git a/scripts/cloud/install.sh b/scripts/cloud/install.sh index 44475293f91..e4cf81739b9 100644 --- a/scripts/cloud/install.sh +++ b/scripts/cloud/install.sh @@ -8,7 +8,7 @@ RESET='\033[0m' # Configurations CLOUD_DIR="/root/.sealos/cloud" -SEALOS_VERSION="v5.0.1" +SEALOS_VERSION="v5.0.2" cloud_version="latest" #mongodb_version="mongodb-6.0" #master_ips=