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
Do not forget to download Flatcar Linux image and to add it the pool of your [choice](https://docs.flatcar-linux.org/os/booting-with-libvirt/#choosing-a-channel).
34
+
35
+
You can specify the number of hosts by updating:
36
+
```hcl
37
+
variable "hosts" {
38
+
default = 2
39
+
}
40
+
```
41
+
42
+
(:warning: you will need to update `units/etcd-member.conf` to add or remove or node to the initial cluster :warning:)
43
+
44
+
Add you SSH pub key or provide a hashed password.
45
+
46
+
Finally, `fw_cfg_name` is the "path" where ignition file will be mounted [doc](https://docs.flatcar-linux.org/os/booting-with-libvirt/#creating-the-domain-xml).
*`fw_cfg_name` - (Optional) The name of the firmware config path where ignition file is stored: default is `opt/com.coreos/config`. If you are using [Flatcar Linux](https://docs.flatcar-linux.org/os/booting-with-libvirt/#creating-the-domain-xml), the value is `opt/org.flatcar-linux/config`.
53
54
*`arch` - (Optional) The architecture for the VM (probably x86_64 or i686),
54
55
you normally won't need to set this unless you are building a special VM
0 commit comments