add terraform instructions to README.md
This commit is contained in:
parent
f616280b98
commit
c789c861f8
1 changed files with 2 additions and 0 deletions
|
@ -66,6 +66,8 @@ 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
|
||||
terraform -chdir=./contrib/terraform/hetzner/ init
|
||||
terraform -chdir=./contrib/terraform/hetzner/ apply --var-file=./inventory/my-hetzner-cluster/default.tfvars
|
||||
|
|
Loading…
Reference in a new issue