13 lines
338 B
YAML
13 lines
338 B
YAML
|
# Creates a kind cluster with Kind's custom cluster config
|
||
|
# https://pkg.go.dev/sigs.k8s.io/kind/pkg/apis/config/v1alpha4#Cluster
|
||
|
# Creates a cluster with 2 nodes.
|
||
|
apiVersion: ctlptl.dev/v1alpha1
|
||
|
kind: Cluster
|
||
|
product: kind
|
||
|
registry: ctlptl-registry
|
||
|
kindV1Alpha4Cluster:
|
||
|
name: kind
|
||
|
nodes:
|
||
|
- role: control-plane
|
||
|
- role: worker
|