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
27e64c72
Commit
27e64c72
authored
Dec 01, 2020
by
Akihiro Suda
Committed by
Brad Davidson
Dec 01, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rancher/k3s-root -> k3s-io/k3s-root
Signed-off-by:
Akihiro Suda
<
akihiro.suda.cz@hco.ntt.co.jp
>
parent
679e4df1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
README.md
README.md
+1
-1
download
scripts/download
+1
-1
No files found.
README.md
View file @
27e64c72
...
...
@@ -38,7 +38,7 @@ K3s bundles the following technologies together into a single cohesive distribut
*
[
Helm-controller
](
https://github.com/k3s-io/helm-controller
)
to allow for CRD-driven deployment of helm manifests
*
[
Kine
](
https://github.com/k3s-io/kine
)
as a datastore shim that allows etcd to be replaced with other databases
*
[
Local-path-provisioner
](
https://github.com/rancher/local-path-provisioner
)
for provisioning volumes using local storage
*
[
Host utilities
](
https://github.com/
rancher
/k3s-root
)
such as iptables/nftables, ebtables, ethtool, & socat
*
[
Host utilities
](
https://github.com/
k3s-io
/k3s-root
)
such as iptables/nftables, ebtables, ethtool, & socat
These technologies can be disabled or swapped out for technolgoies of your choice.
...
...
scripts/download
View file @
27e64c72
...
...
@@ -10,7 +10,7 @@ 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 -
curl
--compressed
-sfL
https://github.com/
k3s-io
/k3s-root/releases/download/
${
ROOT_VERSION
}
/k3s-root-
${
ARCH
}
.tar |
tar
xf -
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