Skip to content

Commit

Permalink
Add host.environment to README
Browse files Browse the repository at this point in the history
  • Loading branch information
kke committed Feb 5, 2021
1 parent 6c32ffb commit a99227b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,12 @@ spec:

### Configuration file `spec` fields

* `hosts` List of target hosts
* `hosts` A list of target hosts
* `role` One of `server`, `worker` or if you want the server to run workloads, use `server+worker`
* `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
* `k0sBinaryPath` Upload a k0s binary from a local path to the host, useful for running a locally compiled development version
* `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
* `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
* `environment` A mapping of `string: value` pairs for setting the host's environment variables
* `ssh` SSH connection parameters
* `address` IP address or hostname of the remote host
* `port` SSH port, default is 22.
Expand Down

0 comments on commit a99227b

Please sign in to comment.