From c557468980904c7a1a82a27835e7c0a2f010613e Mon Sep 17 00:00:00 2001 From: Florian Nowarre Date: Wed, 21 Sep 2022 16:36:47 +0200 Subject: [PATCH] add terraform instructions to README.md --- contrib/terraform/hetzner/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/terraform/hetzner/README.md b/contrib/terraform/hetzner/README.md index 6cf88716b..4188b5a56 100644 --- a/contrib/terraform/hetzner/README.md +++ b/contrib/terraform/hetzner/README.md @@ -56,12 +56,12 @@ cd inventory/$CLUSTER Edit `default.tfvars` to match your requirement. -NOTE: when you want to use Flatcar Container Linux instead of the basic Hetzner Images. +NOTE: when you prefer use Flatcar Container Linux instead of the basic Hetzner Images. ```bash cd contrib/terraform/hetzner - ``` + Edit `main.tf` and reactivate the module `source = "./modules/kubernetes-cluster-flatcar"`and comment out the `#source = "./modules/kubernetes-cluster"`. @@ -90,7 +90,7 @@ ansible -i inventory.ini -m ping all You can setup Kubernetes with kubespray using the generated inventory: ```bash -ansible-playbook -i inventory.ini ./kubespray/cluster.yml -b -v +ansible-playbook -i inventory.ini ../../cluster.yml -b -v ``` ## Cloud controller