19 lines
395 B
YAML
19 lines
395 B
YAML
|
kind: Cluster
|
||
|
apiVersion: kind.x-k8s.io/v1alpha4
|
||
|
nodes:
|
||
|
- role: control-plane
|
||
|
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
|