Commit 76c4f47
NE-2422: router/idle: use TCP6-LISTEN for socat on IPv6-primary clusters
On IPv6-primary dual-stack clusters, the readiness probe connects via
the pod's IPv6 address. The socat backend using TCP4-LISTEN only accepts
IPv4 connections, causing the pod to never become ready and the test to
time out. Use TCP6-LISTEN when the infrastructure IPFamily is
DualStackIPv6Primary.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 90acef1 commit 76c4f47
1 file changed
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
67 | 75 | | |
68 | 76 | | |
69 | 77 | | |
| |||
149 | 157 | | |
150 | 158 | | |
151 | 159 | | |
152 | | - | |
| 160 | + | |
153 | 161 | | |
154 | 162 | | |
155 | 163 | | |
| |||
0 commit comments