Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: sealos cloud v5.0.2 #5298

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/4.0/docs/self-hosting/sealos/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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=<your_domain> \
--cert-path=<your_crt> \
--key-path=<your_key>
Expand All @@ -149,7 +149,7 @@ cloud.example.io A <Master Node Internal IP>
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=<your_domain>
```

Expand Down Expand Up @@ -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=<your_domain>
```

Expand Down
8 changes: 4 additions & 4 deletions docs/5.0/docs/developer-guide/sealos/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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=<your_domain> \
--cert-path=<your_crt> \
--key-path=<your_key>
Expand All @@ -170,7 +170,7 @@ cloud.example.io A <Master Node Internal IP>
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=<your_domain>
```

Expand Down Expand Up @@ -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=<your_domain>
```

Expand Down
16 changes: 8 additions & 8 deletions docs/5.0/i18n/zh-Hans/developer-guide/sealos/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down Expand Up @@ -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=<your_domain> \
Expand All @@ -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=<your_domain>
Expand Down Expand Up @@ -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=<your_domain>
Expand Down
2 changes: 1 addition & 1 deletion scripts/cloud/build-offline-tar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripts/cloud/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down
Loading