From 9e1814cd9bd3f096f82eeccab9ca104472a33cfd Mon Sep 17 00:00:00 2001 From: Karim Naufal Date: Tue, 12 Apr 2022 18:00:37 +0200 Subject: [PATCH] tweaked tfvars.example --- terraform.tfvars.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform.tfvars.example b/terraform.tfvars.example index e62200b..988785c 100644 --- a/terraform.tfvars.example +++ b/terraform.tfvars.example @@ -25,7 +25,7 @@ network_region = "eu-central" # change to `us-east` if location is ash # IMPORTANT: Once the cluster is created, you can change nodepool count, and even set it to 0 (in the case of the first control-plane nodepool, the minimum is 1), # You can also rename it (if the count is taken to 0), but do not remove a nodepool from the list after the cluster is created. This is due to how IPs are allocated. -# You can freely add others nodepools the end of the list if you want, and increase the count of any. +# Once the cluster is initialized, you cannot add more control plane nodepools. You can freely add others agent nodepools the end of the list if you want! # Also, before decreasing the count of any nodepools to 0, it's important to drain and cordon it the nodes in question, otherwise it will leave your cluster in a bad state. # Before initializing the cluster, you can change all parameters and add or remove any nodepools.