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 = [] ```