Usage
# 下载并安装sealos, sealos是个golang的二进制工具,直接下载拷贝到bin目录即可, release页面也可下载
wget -c https://sealyun-home.oss-cn-beijing.aliyuncs.com/sealos-4.0/latest/sealos-amd64 -O sealos && \
chmod +x sealos && mv sealos /usr/bin
# 下载buildah
wget https://sealyun-home.oss-accelerate.aliyuncs.com/images/buildah.linux.amd64 --no-check-certificate -O buildah && \
chmod a+x buildah && mv buildah /usr/bin
sealos run registry.cn-hongkong.aliyuncs.com/sealyun/oci-kubernetes:1.22.8 registry.cn-hongkong.aliyuncs.com/sealyun/oci-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
[amd64 sealos下载地址]
[arm64 sealos下载地址]
[amd64 buildah 下载地址]
[arm64 buildah 下载地址]
What's Changed
- refactor(master): support docs for sealos 4.0 by @cuisongliu in #921
- refactor(master): support docs for sealos 4.0 by @cuisongliu in #922
- refactor(master): add multi image module by @cuisongliu in #923
- refactor(master): add multi image and go func by @cuisongliu in #924
Full Changelog: v4.0.0-alpha.1...v4.0.0-alpha.2