From 6c99fcc59b5c4cc667213af16a77dab9cb12e87f Mon Sep 17 00:00:00 2001 From: Erik Wilson Date: Tue, 23 Jul 2019 11:13:21 -0700 Subject: [PATCH] Update k3s docs for INSTALL_K3S_SYMLINK Adds INSTALL_K3S_SYMLINK which can be set to 'skip' or 'force', default is not to symlink if already in path. --- content/k3s/latest/en/installation/_index.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/k3s/latest/en/installation/_index.md b/content/k3s/latest/en/installation/_index.md index 04cf298aebe..22d99bf2cd7 100644 --- a/content/k3s/latest/en/installation/_index.md +++ b/content/k3s/latest/en/installation/_index.md @@ -43,6 +43,11 @@ The full help text for the install script environment variables are as follows: - `INSTALL_K3S_SKIP_DOWNLOAD` If set to true will not download k3s hash or binary. + + - INSTALL_K3S_SYMLINK + + If set to 'skip' will not create symlinks, 'force' will overwrite, + default will symlink if command does not exist in path. - `INSTALL_K3S_VERSION`