From 25adb25656881a7099d11df7d995b112a2a8ff3b Mon Sep 17 00:00:00 2001 From: Timothy Stewart Date: Sun, 27 Mar 2022 15:02:31 -0500 Subject: [PATCH] chore(README): Updating Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d0f816..f2bd6e9 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ node If multiple hosts are in the master group, the playbook will automatically setup k3s in [HA mode with etcd](https://rancher.com/docs/k3s/latest/en/installation/ha-embedded/). -This requires at least k3s version 1.19.1 +This requires at least k3s version `1.19.1` however the version in configurable in `inventory/my-cluster/group_vars/all.yml`: `k3s_version` If needed, you can also edit `inventory/my-cluster/group_vars/all.yml` to match your environment.