From 27e64c72a1e8d28b30112d9fd1de84bccab73c38 Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Tue, 1 Dec 2020 16:16:38 +0900 Subject: [PATCH] rancher/k3s-root -> k3s-io/k3s-root Signed-off-by: Akihiro Suda --- README.md | 2 +- scripts/download | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a0fa348857..b25127327f 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/scripts/download b/scripts/download index 3bed59bb69..c778ecd662 100755 --- a/scripts/download +++ b/scripts/download @@ -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}