From 9a6ecf6599aca0e6abe5d75951107ea11b1af5aa Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Sat, 8 Feb 2020 22:38:37 +0100 Subject: [PATCH] README upd --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cac99c1..3a7fb01 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ TODO: ## k3s on Alpine -Prerequisits for installing k3s: +### Prerequisits ``` apk add \ @@ -76,7 +76,9 @@ apk add \ curl ``` -Installing via [k3sup](https://github.com/alexellis/k3sup): +### Installing + +Via [k3sup](https://github.com/alexellis/k3sup): ``` k3sup install \ @@ -87,8 +89,13 @@ k3sup install \ --k3s-extra-args='--tls-san knurrli.tobrunet.ch --cluster-cidr 10.44.0.0/16 --flannel-backend wireguard' ``` -Helpful links: +### Helpful infos +*Paths* +* Volumes: `/var/lib/rancher/k3s/storage/` +* Config: `/etc/rancher/k3s/` + +*Links* * https://rancher.com/docs/k3s/latest/en/advanced/#additional-preparation-for-alpine-linux-setup * https://github.com/rancher/k3s/issues/660