Merge branch 'master' into automatic-subnets

This commit is contained in:
Karim Naufal 2022-03-09 03:53:28 +01:00
commit b68102aa64

View File

@ -167,7 +167,7 @@ spec:
<details>
<summary>single-node cluster</summary>
<summary>Single-node cluster</summary>
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 = []
```
</details>