12 lines
392 B
YAML
12 lines
392 B
YAML
kind: Cluster
|
|
apiVersion: kind.x-k8s.io/v1alpha4
|
|
nodes:
|
|
- role: control-plane
|
|
image: kindest/node:v1.19.1@sha256:98cf5288864662e37115e362b23e4369c8c4a408f99cbc06e58ac30ddc721600
|
|
- role: worker
|
|
image: kindest/node:v1.19.1@sha256:98cf5288864662e37115e362b23e4369c8c4a408f99cbc06e58ac30ddc721600
|
|
extraPortMappings:
|
|
- containerPort: 5900
|
|
hostPort: 5900
|
|
listenAddress: "127.0.0.1"
|