From 1b7555ae2dab27c97978cc675421849a975dce8d Mon Sep 17 00:00:00 2001 From: Karim Naufal Date: Fri, 4 Mar 2022 16:21:22 +0100 Subject: [PATCH] tweaked tfvars.example --- terraform.tfvars.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/terraform.tfvars.example b/terraform.tfvars.example index 2710ac1..3c4878b 100644 --- a/terraform.tfvars.example +++ b/terraform.tfvars.example @@ -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".