From cf15aef0591d6953b10a4d5937373b442e3efb75 Mon Sep 17 00:00:00 2001 From: Karim Naufal Date: Wed, 9 Mar 2022 03:51:19 +0100 Subject: [PATCH] tweaked readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6d351dc..34581ac 100644 --- a/README.md +++ b/README.md @@ -167,7 +167,7 @@ spec:
-single-node cluster +Single-node cluster Running a development cluster on a single node, without any high-availability is possible as well. In this case, we don't deploy an external load-balancer, but use [k3s service load balancer](https://rancher.com/docs/k3s/latest/en/networking/#service-load-balancer) on the host itself and open up port 80 & 443 in the firewall. @@ -175,7 +175,7 @@ In this case, we don't deploy an external load-balancer, but use [k3s service lo ``` terraform control_plane_count = 1 allow_scheduling_on_control_plane = true -agent_nodepools = {} +agent_nodepools = [] ```