Address symlink issue on installation-requirements page

- Resolves symlink issue in single-server section of https://github.com/rancher/k3s/issues/1031
- The INSTALL_K3S_SYMLINK env var now has a description that explains what binaries symlinks are created for
This commit is contained in:
David Nuzik
2020-03-31 14:06:41 -07:00
parent 028e3ceb49
commit 2d431d73c9
@@ -29,7 +29,7 @@ When using this method to install K3s, the following environment variables can b
- `INSTALL_K3S_SYMLINK`
If set to 'skip' will not create symlinks, 'force' will overwrite, default will symlink if command does not exist in path.
By default will create symlinks for the kubectl, crictl, and ctr binaries if the commands do not already exist in path. If set to 'skip' will not create symlinks and 'force' will overwrite.
- `INSTALL_K3S_SKIP_START`