mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-08-04 18:39:41 +00:00
Improve ip6 system setup & utilities
This commit is contained in:
@@ -12,6 +12,9 @@ mkdir -p ${CHARTS_DIR}
|
||||
|
||||
curl --compressed -sfL https://github.com/rancher/k3s-root/releases/download/${ROOT_VERSION}/k3s-root-${ARCH}.tar | tar xf -
|
||||
ln -sf pigz bin/unpigz
|
||||
for target in iptables iptables-save iptables-restore ip6tables ip6tables-save ip6tables-restore; do
|
||||
ln -sf xtables-legacy-multi bin/$target
|
||||
done
|
||||
mkdir -p bin/aux && rm bin/mount && ln -sf ../busybox bin/aux/mount
|
||||
|
||||
TRAEFIK_FILE=traefik-${TRAEFIK_VERSION}.tgz
|
||||
|
||||
Reference in New Issue
Block a user