You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a strange one and I have tested many iterations of different kind CLI and image versions to isolate the breaking change. When creating a kind cluster with any kindest/node image later than v1.30.2 [sha256:ecfe5841b9bee4fe9690f49c118c33629fa345e3350a0c67a5a34482a99d6bba] I get connection timeouts to any hostPort specified in nodes[].extraPortMappings. See cluster.yaml below.
What you expected to happen:
Traffic should connect and route as previously.
How to reproduce it (as minimally and precisely as possible):
Unless my issue is environment related, try setting up a Service of type:NodePort which ports[].nodePort matching extraPortMappings[].containerPort. Note that on kindest/node:v1.30.2 this works while kindest/node:v1.30.3 or above does not (including minor bumps such as v1.31).
Any proxies or other special environment settings?: I have tested this with NodePorts pointing to both ingress-nginx and Istio Gateway to rule out the backend/target layer)
The text was updated successfully, but these errors were encountered:
What happened:
This is a strange one and I have tested many iterations of different kind CLI and image versions to isolate the breaking change. When creating a kind cluster with any
kindest/node
image later thanv1.30.2
[sha256:ecfe5841b9bee4fe9690f49c118c33629fa345e3350a0c67a5a34482a99d6bba
] I get connection timeouts to anyhostPort
specified innodes[].extraPortMappings
. Seecluster.yaml
below.What you expected to happen:
Traffic should connect and route as previously.
How to reproduce it (as minimally and precisely as possible):
Unless my issue is environment related, try setting up a Service of type:NodePort which
ports[].nodePort
matchingextraPortMappings[].containerPort
. Note that onkindest/node:v1.30.2
this works whilekindest/node:v1.30.3
or above does not (including minor bumps such as v1.31).Anything else we need to know?:
Cluster YAML
Service YAML
Environment:
kind version
):kind v0.27.0 go1.23.6 darwin/arm64
(tested withv0.26.0
andv0.25.0
as well)docker info
,podman info
ornerdctl info
):/etc/os-release
):macOS Sequoia 15.3.1 (24D70)
kubectl version
):Client Version: v1.32.2
I have tested this with NodePorts pointing to both ingress-nginx and Istio Gateway to rule out the backend/target layer
)The text was updated successfully, but these errors were encountered: