diff --git a/README.md b/README.md index 0185972..4637d73 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ```shell kind create cluster --config management.yaml -kind create cluster --config staging.yaml +kind create cluster --config development.yaml kind create cluster --config production.yaml ``` diff --git a/kind/management.yaml b/kind/management.yaml index cfbe8fb..414f9da 100644 --- a/kind/management.yaml +++ b/kind/management.yaml @@ -3,5 +3,7 @@ kind: Cluster name: management nodes: - role: control-plane +- role: control-plane +- role: worker - role: worker - role: worker \ No newline at end of file diff --git a/kind/production.yaml b/kind/production.yaml index c5a0c3d..1f0fc1e 100644 --- a/kind/production.yaml +++ b/kind/production.yaml @@ -5,4 +5,5 @@ nodes: - role: control-plane - role: control-plane - role: worker +- role: worker - role: worker \ No newline at end of file