Skip to content

v1-22-15-ack-9

Compare
Choose a tag to compare
@VinceCui VinceCui released this 29 Mar 03:34
· 33 commits to main since this release

Features:

  • [Installation] Support upgrade from v1-20-* to v1-22
  • [Installation] Support disable logrotate
  • [Installation] Remove useless dependency: s3fs
  • [Installation] Allow Redhat and Kylin
  • [Installation] Default enable local dns cache
  • [Installation] Support ClusterScale
  • [Installation] Support use ip as node name
  • [CRI] Update containerd from 1.5.13 to 1.6.19
  • [CNI] Upgrade hybridnet from v0.7.7 to v0.8.0, CHANGELOG

Bugfix:

  • fix: clean containers when use containerd

Usage:

ARCH=amd64 # or arm64
wget http://ack-a-aecp.oss-cn-hangzhou.aliyuncs.com/ack-distro/sealer/sealer-v0.9.2-linux-${ARCH}.tar.gz -O sealer-latest-linux-${ARCH}.tar.gz && \
      tar -xvf sealer-latest-linux-${ARCH}.tar.gz -C /usr/bin

sealer run ack-agility-registry.cn-shanghai.cr.aliyuncs.com/ecp_builder/ackdistro:v1-22-15-ack-9 -m ${master_ip1}[,${master_ip2},${master_ip3}] [ -n ${worker_ip1}...] -p password

kubectl get cs