Skip to content

Commit 1b40567

Browse files
solssonclaude
andcommitted
debug(local-docker): temporarily drop 80/443 to test privileged-port hypothesis
v0.3.6 with the four-port config (6443/80/443/8944) still ships NetworkSettings.Ports={} on ubuntu-latest, even though the HostIP fix landed in y-cluster#15. y-cluster's own e2e on the same runner works with two high-port forwards (36443:6443 + 38080:8080). Differential is privileged ports 80/443. Drop them temporarily so the next CI run can tell us whether removing the privileged forwards unblocks the apiserver readyz probe. Restore once root cause is identified. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 1547c8d commit 1b40567

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

cluster-configs/local-docker/y-cluster-provision.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,12 @@ context: local
1313
name: local
1414

1515
portForwards:
16+
# 80 and 443 temporarily dropped while investigating the
17+
# silent-drop on ubuntu-latest. With all four forwards (including
18+
# the privileged ports) Docker Engine 28 publishes nothing
19+
# (NetworkSettings.Ports={}), even with v0.3.6's HostIP fix.
20+
# Restore once the root cause is identified.
1621
- {host: "6443", guest: "6443"}
17-
- {host: "80", guest: "80"}
18-
- {host: "443", guest: "443"}
1922
- {host: "8944", guest: "8944"}
2023

2124
# Mirror in-cluster registry hostnames at the magic ClusterIPs that

0 commit comments

Comments
 (0)