Skip to content

v1-20-11-ack-25

Latest
Compare
Choose a tag to compare
@VinceCui VinceCui released this 17 May 03:40
· 7 commits to main since this release

Feats:

  • support docker 20.10.6 using env DockerVersion
  • support configure docker data root path using env ContainerDataRoot
  • now if some node unreachable, will no longer block scaling up new node
  • now support run sealer command on all masters

Usage:

ARCH=amd64 # or arm64
wget http://ack-a-aecp.oss-cn-hangzhou.aliyuncs.com/ack-distro/sealer/sealer-0.9.4-beta2-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-20-11-ack-25 -m ${master_ip1}[,${master_ip2},${master_ip3}] [ -n ${worker_ip1}...] -p password

kubectl get cs