This commit is contained in:
2025-11-17 18:54:08 +01:00
parent 77dc5eb01c
commit ef05000ecb
3 changed files with 4 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
```shell ```shell
kind create cluster --config management.yaml kind create cluster --config management.yaml
kind create cluster --config staging.yaml kind create cluster --config development.yaml
kind create cluster --config production.yaml kind create cluster --config production.yaml
``` ```

View File

@@ -3,5 +3,7 @@ kind: Cluster
name: management name: management
nodes: nodes:
- role: control-plane - role: control-plane
- role: control-plane
- role: worker
- role: worker - role: worker
- role: worker - role: worker

View File

@@ -6,3 +6,4 @@ nodes:
- role: control-plane - role: control-plane
- role: worker - role: worker
- role: worker - role: worker
- role: worker