add scripts and config for a local kind cluster
This commit is contained in:
7
kind/config.yaml
Normal file
7
kind/config.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
kind: Cluster
|
||||
apiVersion: kind.x-k8s.io/v1alpha4
|
||||
name: ontime-operator
|
||||
nodes:
|
||||
- role: control-plane
|
||||
- role: worker
|
||||
- role: worker
|
||||
Reference in New Issue
Block a user