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.28.0@sha256:b7a4cad12c197af3ba43202d3efe03246b3f0793f162afb40a33c923952d5b31
|
|
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
|