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.
This commit is contained in:
Erik Wilson
2019-07-23 11:13:21 -07:00
committed by Denise
parent 331b95fc3e
commit 6c99fcc59b
@@ -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`