Skip to content

Commit

Permalink
update k3s-root to v0.5.0-rc4 and remove k3s specific modifications t…
Browse files Browse the repository at this point in the history
…o k3s-root (as they have moved into k3s-root)

Signed-off-by: Chris Kim <oats87g@gmail.com>
  • Loading branch information
Oats87 committed Jun 24, 2020
1 parent 7f9bf0b commit 83f9fa2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions scripts/download
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,13 @@ cd $(dirname $0)/..

. ./scripts/version.sh

ROOT_VERSION=v0.4.1
ROOT_VERSION=v0.5.0-rc4
TRAEFIK_VERSION=1.81.0
CHARTS_DIR=build/static/charts

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
curl -sfL https://kubernetes-charts.storage.googleapis.com/${TRAEFIK_FILE} -o ${CHARTS_DIR}/${TRAEFIK_FILE}
Expand Down

0 comments on commit 83f9fa2

Please sign in to comment.