kubernetes-operator/kind-cluster.yaml

12 lines
219 B
YAML

apiVersion: kind.x-k8s.io/v1alpha4
kind: Cluster
networking:
dnsSearch: []
nodes:
- role: control-plane
extraPortMappings:
- containerPort: 30303
hostPort: 30303
listenAddress: "0.0.0.0"
protocol: tcp