From 4e6b5e346d0e043b551ab597048529d3009bbf76 Mon Sep 17 00:00:00 2001 From: Gabor Boros Date: Thu, 4 Jan 2024 20:23:58 +0400 Subject: [PATCH] docs: update instructions for DO cluster setup Signed-off-by: Gabor Boros --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 26d0e0c..afb50ad 100644 --- a/README.md +++ b/README.md @@ -313,7 +313,8 @@ Just run `helm uninstall --namespace harmony harmony` to uninstall this. ### How to create a cluster for testing on DigitalOcean If you use DigitalOcean, you can use Terraform to quickly spin up a cluster, try this out, then shut it down again. -Here's how. First, put the following into `infra-examples/secrets.auto.tfvars` including a valid DigitalOcean access token: + +Here's how. First, put the following into `infra-examples/digitalocean/secrets.auto.tfvars` including a valid DigitalOcean access token: ```conf cluster_name = "harmony-test" @@ -327,7 +328,7 @@ cd infra-examples/digitalocean terraform init terraform apply cd .. -export KUBECONFIG=`pwd`/infra-examples/kubeconfig +export KUBECONFIG=`pwd`/infra-examples/digitalocean/kubeconfig ``` Then follow steps 1-4 above. When you're done, run `terraform destroy` to clean