fix(controller): resolve service DNS for native signaling env #32
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "codex/native-env-controller-212857"
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?
Native Chromium fails to resolve Kubernetes service DNS names even though getent/curl work in the same pod. Resolve .svc.cluster.local hosts in the controller and inject IP:port into WEBRTC_SIGNALING_HOST while keeping BrowserSession annotations readable.\n\nValidation: go test ./pkg/reconciler in infra/controllers/browser-session-controller.