tweaked tfvars.example

This commit is contained in:
Karim Naufal 2022-03-04 16:21:22 +01:00
parent 749bc1b201
commit 1b7555ae2d

View File

@ -37,6 +37,7 @@ control_plane_server_type = "cpx11"
# As for the agent nodepools, below is just an example, if you do not want nodepools, just use one,
# and change the name to what you want, it need not be "agent-big" or "agent-small", also give them the subnet prefer.
# For single node clusters set this equal to {}
agent_nodepools = {
agent-big = {
server_type = "cpx21",
@ -67,6 +68,7 @@ load_balancer_type = "lb11"
# traefik_acme_email = "mail@example.com"
# If you want to allow non-control-plane workloads to run on the control-plane nodes set "true" below. The default is "false".
# Also good for single node clusters.
# allow_scheduling_on_control_plane = true
# If you want to disable automatic upgrade of k3s, you can set this to false, default is "true".