From fc362b1af0941efe2c6967feed2fb3f051bc7dda Mon Sep 17 00:00:00 2001
From: Dean Kelly <dekelly@redhat.com>
Date: Thu, 13 Jun 2024 14:56:58 +0000
Subject: [PATCH] Update README.md

---
 README.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/README.md b/README.md
index a21a251..c5ccaa6 100644
--- a/README.md
+++ b/README.md
@@ -27,6 +27,12 @@ Our post_deploy.sh script will then configure the cluster to suit the needs of n
 - Helm
 - Make
 
+## CLuster creation
+We advise anyone who wishes to deploy CODECO use the kind-config.yaml file located in ACM/config/cluster directory. This config file has been created to configure the cluster for all CODECO components.
+
+To create a cluster cd into the ACM directory and with kind run:
+> kind create cluster --config ./config/cluster/kind-config.yaml
+
 ## Getting Started
 You’ll need a Kind installed on your machine. You can use [KIND](https://sigs.k8s.io/kind) to get a local cluster for testing, or run against a remote cluster.  
 **Note:** Your controller will automatically use the current context in your kubeconfig file (i.e. whatever cluster `kubectl cluster-info` shows).
-- 
GitLab