Tweaks to install-options page

- Addresses additional issues outlined in https://github.com/rancher/k3s/issues/1031 single-server section
This commit is contained in:
David Nuzik
2020-03-31 15:32:03 -07:00
parent 2d431d73c9
commit 88079937e5
@@ -66,7 +66,7 @@ When using this method to install K3s, the following environment variables can b
- `INSTALL_K3S_NAME`
Name of systemd service to create, will default from the K3s exec command if not specified. If specified the name will be prefixed with 'k3s-'.
Name of systemd service to create, will default to 'k3s' if running k3s as a server and 'k3s-agent' if running k3s as an agent. If specified the name will be prefixed with 'k3s-'.
- `INSTALL_K3S_TYPE`