You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,11 +87,12 @@ spec:
87
87
88
88
### Configuration file `spec` fields
89
89
90
-
* `hosts` List of target hosts
90
+
* `hosts` A list of target hosts
91
91
* `role` One of `server`, `worker` or if you want the server to run workloads, use `server+worker`
92
92
* `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
93
93
* `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
95
96
* `ssh` SSH connection parameters
96
97
* `address` IP address or hostname of the remote host
0 commit comments