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

feat: add sealos cloud install script and docs. #4035

Merged
merged 11 commits into from Oct 7, 2023
Merged
Expand Up @@ -34,5 +34,5 @@ If you can provide a certificate, it needs to resolve the following domains (ass
Execute the command and enter the parameters as prompted:

```bash
curl -sfL https://raw.githubusercontent.com/labring/sealos/main/scripts/cloud/install.sh | sudo bash -s
curl -sfL https://raw.githubusercontent.com/labring/sealos/main/scripts/cloud/install.sh -o install.sh && bash install.sh
```
Expand Up @@ -34,5 +34,5 @@ Sealos 需要使用证书来保证通信安全,默认在您不提供证书的
执行命令,并根据提示输入参数:

```bash
curl -sfL https://raw.githubusercontent.com/labring/sealos/main/scripts/cloud/install.sh | sudo bash -s
curl -sfL https://raw.githubusercontent.com/labring/sealos/main/scripts/cloud/install.sh -o install.sh && bash install.sh
```