From 2ef034bdf0f2f23d5bd20230eb4bdbed0fc6ee5a Mon Sep 17 00:00:00 2001 From: Karim Naufal Date: Tue, 18 Jan 2022 07:52:06 +0100 Subject: [PATCH] tweaked readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd81e94..98722d0 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ When the cluster is up and running, you can do whatever you wish with it! 🎉 ### Scaling nodes -You can scale the number of nodes up and down without any issues or even disruption! Just edit these variables in `terraform.tfvars` and re-apply terraform with `terraform apply -auto-approve`. +You can scale the number of nodes up and down without any issues. If you are going to scale down, just make sure to properly `kubectl drain` the nodes in question first. Then just edit these variables in `terraform.tfvars` and re-apply terraform with `terraform apply -auto-approve`. For instance: