Skip to content

Commit a99227b

Browse files
committed
Add host.environment to README
1 parent 6c32ffb commit a99227b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,12 @@ spec:
8787
8888
### Configuration file `spec` fields
8989

90-
* `hosts` List of target hosts
90+
* `hosts` A list of target hosts
9191
* `role` One of `server`, `worker` or if you want the server to run workloads, use `server+worker`
9292
* `uploadBinary` When set to `true`, instead of having the hosts download the k0s binaries from the internet, k0sctl will download them to the local storage and upload to the target hosts
9393
* `k0sBinaryPath` Upload a k0s binary from a local path to the host, useful for running a locally compiled development version
94-
* `installFlags` a list of extra arguments passed to the `k0s install` command. See [k0s install command documentation](https://docs.k0sproject.io/main/cli/k0s_install/) for details
94+
* `installFlags` A list of extra arguments passed to the `k0s install` command. See [k0s install command documentation](https://docs.k0sproject.io/main/cli/k0s_install/) for details
95+
* `environment` A mapping of `string: value` pairs for setting the host's environment variables
9596
* `ssh` SSH connection parameters
9697
* `address` IP address or hostname of the remote host
9798
* `port` SSH port, default is 22.

0 commit comments

Comments
 (0)