labring / sealos

Sealos is a production-ready Kubernetes distribution. You can run any Docker image on sealos, start high availability databases like mysql/pgsql/redis/mongo, develop applications using any Programming language.
https://cloud.sealos.io
Apache License 2.0
13.84k stars 2.07k forks source link

Error version #4601

Closed zsnmwy closed 2 months ago

zsnmwy commented 6 months ago

https://github.com/labring/sealos/blob/055fe0bbc8103907e2e13d77311be4a05e0f10a6/scripts/cloud/install.sh#L7

It makes the script download an error version.

root@sealos-master:~# curl -sfL https://mirror.ghproxy.com/https://raw.githubusercontent.com/labring/sealos/main/scripts/cloud/install.sh -o /tmp/install.sh && bash /tmp/install.sh --zh   --cloud-version=v5.0.
0-beta4  --image-registry=registry.cn-shanghai.aliyuncs.com  --master-ips=192.168.31.30  --node-ips=192.168.31.29  --pod-cidr=100.64.0.0/10  --service-cidr=10.96.0.0/22  --cloud-port=443  --ssh-private-key=/ro
ot/.ssh/id_rsa  --kubernetes-version=1.25.6
Sealos CLI 尚未安装, 是否安装? (y/n):
 y
[INFO]  Using v5.0.0-bate4 as release
[INFO]  Using labring/sealos as your repo
[INFO]  Downloading tar curl https://github.com/labring/sealos/releases/download/v5.0.0-bate4/sealos_5.0.0-bate4_linux_amd64.tar.gz
[INFO]  Downloading sealos, waiting...
[WARN]  Failed to install sealos

beta4 -> bate4

https://github.com/labring/sealos/releases/download/v5.0.0-beta4/sealos_5.0.0-beta4_linux_amd64.tar.gz

https://github.com/labring/sealos/releases/download/v5.0.0-bate4/sealos_5.0.0-bate4_linux_amd64.tar.gz

stale[bot] commented 4 months ago

This issue has been automatically closed because we haven't heard back for more than 60 days, please reopen this issue if necessary.