v4.0.0

labring/sealosv4.0.0Jun 30, 2022by fanux

AI Summary

The stable release of version 4.0, focusing on the new labring organization branding and standardizing the cluster creation workflow using Kubernetes 1.24.0 and Calico 3.22.1.

Key Highlights

  • Stable release of v4.0.0
  • Standard cluster creation using labring/kubernetes:v1.24.0 and labring/calico:v3.22.1
  • Provided binary download links for Linux systems

Full Release Notes

### Usage

```sh
# 下载并安装sealos, sealos是个golang的二进制工具,直接下载拷贝到bin目录即可, release页面也可下载
# wget -c https://github.com/labring/sealos/releases/download/v4.0.0/sealos_4.0.0_linux_amd64.tar.gz && chmod +x sealos && mv sealos /usr/bin
# 创建一个集群
sealos run labring/kubernetes:v1.24.0 labring/calico:v3.22.1     \
    --masters 192.168.64.2,192.168.64.22,192.168.64.20     \
    --nodes 192.168.64.21,192.168.64.19     \
    --passwd your-own-ssh-passwd
```