From 1ccfcc0fa7afa9b568e5a6b26a5b338c1faf19fe Mon Sep 17 00:00:00 2001 From: Thomas Philipona Date: Sun, 13 Oct 2024 10:44:21 +0200 Subject: [PATCH] Scale up cluster for Training --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 2c99a35..c3afc80 100644 --- a/main.tf +++ b/main.tf @@ -57,7 +57,7 @@ module "training-cluster" { cluster_name = "training" cluster_domain = "cluster.acend.ch" - worker_count = "3" // A minimum of 3 nodes is required + worker_count = "7" // A minimum of 3 nodes is required hcloud_api_token = var.hcloud_api_token hosttech_dns_token = var.hosttech_dns_token