Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
4637816f
Unverified
Commit
4637816f
authored
Jul 01, 2020
by
Chris Kim
Committed by
GitHub
Jul 01, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1914 from Oats87/nft-aux-iptables
Implement new k3s-root changes
parents
0d6a2bfb
2e93004e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
6 deletions
+1
-6
download
scripts/download
+1
-6
No files found.
scripts/download
View file @
4637816f
...
...
@@ -4,18 +4,13 @@ cd $(dirname $0)/..
.
./scripts/version.sh
ROOT_VERSION
=
v0.
4.1
ROOT_VERSION
=
v0.
5.0
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
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment