Usage
# 下载并安装sealos, sealos是个golang的二进制工具,直接下载拷贝到bin目录即可, release页面也可下载
wget https://github.com/labring/sealos/releases/download/v4.1.0-rc3/sealos_4.1.0-rc3_linux_amd64.tar.gz && \
tar -zxvf sealos_4.1.0-rc3_linux_amd64.tar.gz sealos && 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
amd64 buildah 下载地址
arm64 buildah 下载地址
Docker images
sealos:
docker pull ghcr.io/labring/sealos:v4.1.0-rc3
lvscare:
docker pull ghcr.io/labring/lvscare:v4.1.0-rc3
APT 源
Use your public APT Repository URL to install DEB packages:
https://apt.fury.io/labring/
To enable, add the following file /etc/apt/sources.list.d/fury.list:
deb [trusted=yes] https://apt.fury.io/labring/ /
Yum源
Use your public YUM Repository URL to install RPM packages:
https://yum.fury.io/labring/
To enable, add the following file /etc/yum.repos.d/fury.repo:
[fury]
name=Gemfury Private Repo
baseurl=https://yum.fury.io/labring/
enabled=1
gpgcheck=0
What's Changed
- feat: add terminal status by @gitccl in #1587
- docs: add example for Config by @fengxsong in #1591
- update terminal frontend svc get by @zzjin in #1582
- style: correct flag usage by @fengxsong in #1593
- feature(main): buildx user-controller by @cuisongliu in #1588
- Update client-js to support crd get status return by @zzjin in #1595
- Fix work replace by @zzjin in #1597
- feat: Attach aws Volume (#1512) by @HURUIZHE in #1589
- feature(main): add usergroups controller for user by @cuisongliu in #1600
- fixed typo by @fanux in #1607
- style: file rename by @LeezQ in #1602
- Fix #1605 by @muicoder in #1606
- update account controller to listen the payment crd by @fanux in #1609
- add semgrep sast scan by @zzjin in #1610
- feature(main): add tips in running routeMode by @cuisongliu in #1611
- feature(main): add image for sealos by @cuisongliu in #1613
- feature(main): add v1.25 k8s support by @cuisongliu in #1616
- fix payment and account controller recharge failed by @fanux in #1617
New Contributors
Full Changelog: v4.1.0-rc2...v4.1.0-rc3