From 5fe73b76a98b3d2484324832be81ea7ec0956c8b Mon Sep 17 00:00:00 2001 From: LoBuHi SecOps <37011545+lobuhi@users.noreply.github.com> Date: Sat, 13 Apr 2024 13:30:30 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 77a1d05..6dc574e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ KinD is a solution that allows to quickly create local Kubernetes clusters, ideal for development or testing tasks. However, once these clusters are created, KinD does not have built-in features to modify the cluster configuration by adding or removing nodes, whether they are control-planes or workers, and the entire cluster would need to be regenerated from scratch. -KindScaler comes to facilitate this task. After dissecting how KinD creates and adds different nodes and roles to the cluster, this bash script has been created that allows adding both workers and control planes. +KindScaler comes to facilitate this task. After dissecting how KinD creates and adds different nodes and roles to the cluster, this bash script has been created and allows to add both workers and control planes. # How-to