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
- feature: add list images using buildah by @berlinsaint in #988
- Fix #997 support arm64 using buildx by @berlinsaint in #1003
- feature: add pull commands using buildah #986 by @yyf1986 in #1002
- feature(main): fix buildah config sync problem by @cuisongliu in #1006
- feature: add pull commands using buildah #986 by @yyf1986 in #1011
- feature(main): http push registry by @cuisongliu in #1009
- feature(main): fix confirm bug by @cuisongliu in #1008
- feature(main): fix create check bug by @cuisongliu in #1010
- fix release workflows for arm64 by @berlinsaint in #1014
- feature: add push commands using buildah #986 by @yyf1986 in #1015
- modify pkg/guest/guest.go by @gebilxs in #1020
- feature: add login/logout commands using buildah #986 by @yyf1986 in #1021
- hotfix: port not default 22 by @cuisongliu in #1026
- fix: when operator the registry,defautl is tls_verify=false #986 by @yyf1986 in #1029
- feature(main): fix delete add node and skip error by @cuisongliu in #1027
- Fix: Release GIT AUTH TOKEN missing error fixed by @berlinsaint in #1030
- add create/delete/list/inspect commands using buildah #986 by @yyf1986 in #1041
- feature(main): fix add error send app images by @cuisongliu in #1042
- fix cross build arm ,using statically build by @berlinsaint in #1045
- add 4.0 readme by @fanux in #1049
- fix: arm64 cross netgo panic by @berlinsaint in #1051
- Fix: set default logurs log-level to warn by @berlinsaint in #1046
- fix build images tag not work by @berlinsaint in #1054
- fix release using wrong token by @berlinsaint in #1057
- feature(main): fix actions token by @cuisongliu in #1058
- update v4.0 README, add quickstart by @fanux in #1053
- Add v4.0 README in English by @SignorMercurio in #1059
- Using English readme instread Chinese by @fanux in #1060
- Update README.md by @yangchuansheng in #1061
- feature: add users and MAINTAINERS.md by @berlinsaint in #1062
- Update README.md by @yangchuansheng in #1063
- feature(main): fix check image type after image pull by @cuisongliu in #1066
New Contributors
- @berlinsaint made their first contribution in #988
- @yyf1986 made their first contribution in #1002
- @gebilxs made their first contribution in #1020
- @SignorMercurio made their first contribution in #1059
- @yangchuansheng made their first contribution in #1061
Full Changelog: v4.0.0-alpha.11...v4.0.0-alpha.12