From fbf000a0fdc280dc00aa3943a034e15c70231b7c Mon Sep 17 00:00:00 2001 From: Florian Nowarre Date: Wed, 21 Sep 2022 19:54:14 +0200 Subject: [PATCH] add terraform instructions to README.md --- contrib/terraform/hetzner/README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/contrib/terraform/hetzner/README.md b/contrib/terraform/hetzner/README.md index 4188b5a56..63ef640e7 100644 --- a/contrib/terraform/hetzner/README.md +++ b/contrib/terraform/hetzner/README.md @@ -56,10 +56,10 @@ cd inventory/$CLUSTER Edit `default.tfvars` to match your requirement. -NOTE: when you prefer use Flatcar Container Linux instead of the basic Hetzner Images. +Flatcar Container Linux instead of the basic Hetzner Images. ```bash -cd contrib/terraform/hetzner +cd ../../contrib/terraform/hetzner ``` Edit `main.tf` and reactivate the module `source = "./modules/kubernetes-cluster-flatcar"`and @@ -70,8 +70,6 @@ Rescue-Mode with the selected image of the `var.machines` but installs Flatcar i Run Terraform to create the infrastructure. -NOTE: Assumes you are at the root of the kubespray repo. - ```bash cd ./kubespray terraform -chdir=./contrib/terraform/hetzner/ init