v4.1.2
labring/sealosv4.1.2Sep 2, 2022by github-actions[bot]
AI Summary
A maintenance release providing updated installation packages and documentation links.
Key Highlights
- Updated installation packages for Linux AMD64.
- Updated Docker images for sealos and lvscare.
Full Release Notes
### Usage
```sh
# 下载并安装sealos, sealos是个golang的二进制工具,直接下载拷贝到bin目录即可, release页面也可下载
wget https://github.com/labring/sealos/releases/download/v4.1.2/sealos_4.1.2_linux_amd64.tar.gz && \
tar -zxvf sealos_4.1.2_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 下载地址
[下载地址](https://github.com/labring/cluster-image/releases/download/depend/buildah.linux.amd64)
### arm64 buildah 下载地址
[下载地址](https://github.com/labring/cluster-image/releases/download/depend/buildah.linux.arm64)
### Docker images
sealos:
```
docker pull ghcr.io/labring/sealos:v4.1.2
```
lvscare:
```
docker pull ghcr.io/labring/lvscare:v4.1.2
```
### 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
```