selenium: allow github-runner namespace ingress on 4444 #26
Reference in New Issue
Block a user
Delete Branch "ops/selenium-allow-github-runner-2026-05-25"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Unblocks CI jobs running in github-runner pods (e.g. FlowerCore.Print.Web
help-screenshots) from reaching selenium-hub.Without this allow, the session POST to
selenium-hub.selenium.svc.cluster.local:4444was DNAT'd to the hub pod IP and dropped at the Calico ingress hook � Selenium UI showed 0/4 sessions while the .NET HTTP client timed out at 60s.Same family as
feedback_netpol_dnat_backend_port, wrong-source-namespace flavor.Test plan
infra-seleniumkubectl execin a github-runner pod:curl http://selenium-hub.selenium.svc.cluster.local:4444/statusreturns 200help-screenshotsjob