tweaked readme
This commit is contained in:
parent
56fc95763a
commit
cf15aef059
@ -167,7 +167,7 @@ spec:
|
|||||||
|
|
||||||
<details>
|
<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.
|
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.
|
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
|
``` terraform
|
||||||
control_plane_count = 1
|
control_plane_count = 1
|
||||||
allow_scheduling_on_control_plane = true
|
allow_scheduling_on_control_plane = true
|
||||||
agent_nodepools = {}
|
agent_nodepools = []
|
||||||
```
|
```
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
Loading…
Reference in New Issue
Block a user