diff --git a/README.md b/README.md index 8060051..abc9f21 100644 --- a/README.md +++ b/README.md @@ -207,7 +207,7 @@ There is also a branch where openSUSE MicroOS came preinstalled with the k3s RPM ## Contributing -🌱 This project currently installs openSUSE MicroOS via the Hetzner rescue mode, which makes things a few minutes slower. If you could **take a few minutes to send a support request to Hetzner, asking them to please add openSUSE MicroOS as a default image**, not just an ISO, it would be wonderful. The more requests they receive the likelier they are to add support for it, and if they do, that would cut the deploy time by half. The official link to openSUSE MicroOS is . +🌱 This project currently installs openSUSE MicroOS via the Hetzner rescue mode, which makes things a few minutes slower. If you could **take a few minutes to send a support request to Hetzner, asking them to please add openSUSE MicroOS as a default image**, not just an ISO, it would be wonderful. The more requests they receive the likelier they are to add support for it, and if they do, that would cut the deploy time by half. The official link to openSUSE MicroOS is , and their `OpenStack Cloud` image has full support for Cloud-init, so it's a great option to propose to them! About code contributions, they are **greatly appreciated**. diff --git a/terraform.tfvars.example b/terraform.tfvars.example index e00154d..047c8bc 100644 --- a/terraform.tfvars.example +++ b/terraform.tfvars.example @@ -27,7 +27,7 @@ network_ipv4_subnets = { # For instance, 1 is ok (non-HA), 2 not ok, 3 is ok (becomes HA). control_plane_count = 3 -# The type of control plane nodes, see https://www.hetzner.com/cloud +# The type of control plane nodes, see https://www.hetzner.com/cloud, the minimum instance supported is cpx11 (just a few cents more than cx11) control_plane_server_type = "cpx11" # As for the agent nodepools, below is just an example, if you do not want nodepools, just use one,