From 4ff7cc1a56877fa199f8b5914ca98193fcf87292 Mon Sep 17 00:00:00 2001 From: Ben Greene Date: Tue, 5 Mar 2024 18:35:24 +0000 Subject: [PATCH] Extend DNS domains to match k8s (#514) --- client/gefyra/api/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/gefyra/api/run.py b/client/gefyra/api/run.py index f74767d8..3773e724 100644 --- a/client/gefyra/api/run.py +++ b/client/gefyra/api/run.py @@ -65,7 +65,7 @@ def run( else: ns_source = "--namespace argument" - dns_search = f"{namespace}.svc.cluster.local" + dns_search = f"{namespace}.svc.cluster.local svc.cluster.local cluster.local k8s" # # Confirm the wireguard connection working #