From 99007ea59218f400465fe2945bcd303f128892d5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 1 Mar 2022 19:38:57 +0000 Subject: [PATCH 1/2] Update actions/checkout action to v3 --- .github/workflows/terraform.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/terraform.yaml b/.github/workflows/terraform.yaml index a4a9d43..efb374b 100644 --- a/.github/workflows/terraform.yaml +++ b/.github/workflows/terraform.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Setup Terraform uses: hashicorp/setup-terraform@v1 - name: Terraform Format From 6f6de884ec1baace14b894e5ee1917ffa947e1ca Mon Sep 17 00:00:00 2001 From: Karim Naufal Date: Wed, 2 Mar 2022 12:09:31 +0100 Subject: [PATCH 2/2] tweaked readme --- README.md | 2 +- terraform.tfvars.example | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,