20 lines
497 B
YAML
20 lines
497 B
YAML
kind: Cluster
|
|
apiVersion: kind.x-k8s.io/v1alpha4
|
|
nodes:
|
|
- role: control-plane
|
|
image: kindest/node:v1.31.0@sha256:53df588e04085fd41ae12de0c3fe4c72f7013bba32a20e7325357a1ac94ba865
|
|
kubeadmConfigPatches:
|
|
- |
|
|
kind: InitConfiguration
|
|
nodeRegistration:
|
|
kubeletExtraArgs:
|
|
node-labels: "ingress-ready=true"
|
|
extraPortMappings:
|
|
- containerPort: 32048
|
|
hostPort: 80
|
|
protocol: TCP
|
|
listenAddress: "0.0.0.0"
|
|
- containerPort: 32049
|
|
hostPort: 443
|
|
protocol: TCP
|