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
{{ message }}
This repository was archived by the owner on Sep 18, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: Documentation/cloud-config.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -152,6 +152,8 @@ List of fleet configuration parameters:
152
152
-**etcd_key_prefix**: etcd prefix path to be used for fleet keys
153
153
-**etcd_request_timeout**: Amount of time in seconds to allow a single etcd request before considering it failed
154
154
-**etcd_servers**: Comma separated list of etcd endpoints
155
+
-**etcd_username**: Username for Basic Authentication to etcd endpoints
156
+
-**etcd_password**: Password for Basic Authentication to etcd endpoints
155
157
-**metadata**: Comma separated key/value pairs that are published with the local to the fleet registry
156
158
-**public_ip**: IP accessible by other nodes for inter-host communication
157
159
-**verbosity**: Enable debug logging by setting this to an integer value greater than zero
@@ -188,6 +190,8 @@ List of flannel configuration parameters:
188
190
-**etcd_certfile**: Path to certificate file used for TLS communication with etcd
189
191
-**etcd_keyfile**: Path to private key file used for TLS communication with etcd
190
192
-**etcd_prefix**: etcd prefix path to be used for flannel keys
193
+
-**etcd_username**: Username for Basic Authentication to etcd endpoints
194
+
-**etcd_password**: Password for Basic Authentication to etcd endpoints
191
195
-**ip_masq**: Install IP masquerade rules for traffic outside of flannel subnet
192
196
-**subnet_file**: Path to flannel subnet file to write out
193
197
-**interface**: Interface (name or IP) that should be used for inter-host communication
@@ -226,6 +230,8 @@ List of locksmith configuration parameters:
226
230
-**group**: Name of the reboot group in which this instance belongs
227
231
-**window_start**: Start time of the reboot window
228
232
-**window_length**: Duration of the reboot window
233
+
-**etcd_username**: Username for Basic Authentication to etcd endpoints
234
+
-**etcd_password**: Password for Basic Authentication to etcd endpoints
229
235
230
236
For the complete list of locksmith configuration parameters, see the [locksmith documentation][locksmith-readme].
231
237
@@ -235,8 +241,8 @@ For the complete list of locksmith configuration parameters, see the [locksmith
235
241
236
242
The `coreos.update.*` parameters manipulate settings related to how CoreOS instances are updated.
237
243
238
-
These fields will be written out to and replace `/etc/coreos/update.conf`. If only one of the parameters is given it will only overwrite the given field.
239
-
The `reboot-strategy` parameter also affects the behaviour of [locksmith](https://github.com/coreos/locksmith).
244
+
These fields will be written out to and replace `/etc/coreos/update.conf`. If only one of the parameters is given it will only overwrite the given field.
245
+
The `reboot-strategy` parameter also affects the behaviour of [locksmith](https://github.com/coreos/locksmith).
240
246
241
247
-**reboot-strategy**: One of "reboot", "etcd-lock", "best-effort" or "off" for controlling when reboots are issued after an update is performed.
242
248
-_reboot_: Reboot immediately after an update is applied.
Using a higher number of rounds will help create more secure passwords, but given enough time, password hashes can be reversed. On most RPM based distributions there is a tool called mkpasswd available in the `expect` package, but this does not handle "rounds" nor advanced hashing algorithms.
424
+
Using a higher number of rounds will help create more secure passwords, but given enough time, password hashes can be reversed. On most RPM based distributions there is a tool called mkpasswd available in the `expect` package, but this does not handle "rounds" nor advanced hashing algorithms.
0 commit comments