add scripts and config for a local kind cluster

This commit is contained in:
Joel Wetzell
2026-03-13 20:51:26 -05:00
parent f590e102c7
commit 10a66188e3
6 changed files with 60 additions and 0 deletions

7
kind/config.yaml Normal file
View File

@@ -0,0 +1,7 @@
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
name: ontime-operator
nodes:
- role: control-plane
- role: worker
- role: worker