From 241066ade0d1800af1bd9781d0783973bfc2b01f Mon Sep 17 00:00:00 2001 From: cluse Date: Tue, 3 Nov 2020 11:51:11 -0700 Subject: [PATCH] Say minimum required version to use K3s config.yaml --- content/k3s/latest/en/installation/install-options/_index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/k3s/latest/en/installation/install-options/_index.md b/content/k3s/latest/en/installation/install-options/_index.md index cffd0b436d5..efab7e77072 100644 --- a/content/k3s/latest/en/installation/install-options/_index.md +++ b/content/k3s/latest/en/installation/install-options/_index.md @@ -79,6 +79,8 @@ For details on configuring the K3s agent, refer to the [agent configuration refe ### Configuration File +_Available as of v1.19.1+k3s1_ + In addition to configuring K3s with environment variables and CLI arguments, K3s can also use a config file. By default, values present in a YAML file located at `/etc/rancher/k3s/config.yaml` will be used on install.