Skip to content
Snippets Groups Projects
Commit fc362b1a authored by Dean Kelly's avatar Dean Kelly
Browse files

Update README.md

parent d42cbad4
Branches master
No related tags found
2 merge requests!4Rht integration 2,!3Rht integration merge
......@@ -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).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment