filename |
---|
v4.1.5-rc2.tar.gz |
filename |
---|
sealos_4.1.5-rc2_linux_amd64.tar.gz |
sealos_4.1.5-rc2_linux_arm64.tar.gz |
amd64:
wget https://github.com/labring/sealos/releases/download/v4.1.5-rc2/sealos_4.1.5-rc2_linux_amd64.tar.gz && tar -zxvf sealos_4.1.5-rc2_linux_amd64.tar.gz sealos && chmod +x sealos && mv sealos /usr/bin
## create a cluster for sealos
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
arm64:
wget https://github.com/labring/sealos/releases/download/v4.1.5-rc2/sealos_4.1.5-rc2_linux_arm64.tar.gz && tar -zxvf sealos_4.1.5-rc2_linux_arm64.tar.gz sealos && chmod +x sealos && mv sealos /usr/bin
## create a cluster for sealos
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
- docs(main): add action and images to link by @cuisongliu in #2555
- docs: update develop guide by @aFlyBird0 in #2556
- Add roadmap link in readme by @fanux in #2554
- docs(main) add changelog by @GaoQun825 in #2557
- feat. add repo public for hubauth svc. by @lingdie in #2518
- Feat. add downloadCount in repo status by @lingdie in #2563
- refactor: adjust the order of merging kubeadm configs by @fengxsong in #2567
- Ci e2e metering by @xiao-jay in #2572
- ci(main): fix pr controllers build by @cuisongliu in #2564
- ci(main): fix lic,converage,format-code ci by @cuisongliu in #2573
- Update controllers module usage. by @zzjin in #2574
- remove olg unused
pkg/infra
by @zzjin in #2581 - ci(main): fix test ci for inspect by @cuisongliu in #2582
- fix: error in inspect function when the image is in format "docker-archive:./xxx.tar" by @24sama in #2579
- Fix: cluster updateStatus. by @lingdie in #2588
- fix: mark buildah's flags as hidden to prevent incorrect use by @fengxsong in #2590
- docs image tag error by @xiao-jay in #2591
- feat: add Failed status for cloud provider by @xiaohan1202 in #2566
- init status modify condition by @lingdie in #2597
- Feat: add command conditions in cluster status. by @lingdie in #2592
- add cluster concurrent reconciles opts by @ghostloda in #2601
- feat(main): fix docker calico image by @cuisongliu in #2613
- docs(main): add docker pulls by @cuisongliu in #2610
- feat(main): fix merge for cri and socket by @cuisongliu in #2616
- @aFlyBird0 made their first contribution in #2556
- @GaoQun825 made their first contribution in #2557
- @ghostloda made their first contribution in #2601
Full Changelog: https://github.com/labring/sealos/compare/v4.1.5-rc1...v4.1.5-rc2