2026-03-13 20:51:26 -05:00
2025-10-21 18:29:58 -05:00
2025-10-21 18:29:58 -05:00
2026-03-13 20:50:51 -05:00
2025-12-29 15:29:19 -06:00

Local Testing

Kind

To create a local Kubernetes cluster using Kind you will need the following installed:

Scripts:

  • kind/create.sh
    • creates a Kind cluster and sets up the gateway
    • build and deploy ontime-operator into cluster
    • deploy the sample stage
    • start cloud-provider-kind
  • kind/delete.sh - deletes the Kind cluster

To get the gateway IP address run kubectl get gateway -n kube-system the output will look something like this:

NAMESPACE     NAME      CLASS                 ADDRESS      PROGRAMMED   AGE
kube-system   gateway   cloud-provider-kind   172.18.0.5   True         23s
Description
No description provided
Readme 144 KiB
Languages
Makefile 71.1%
Smarty 19%
Shell 7.4%
Dockerfile 2.5%