Skip to content

Commit

Permalink
Extend DNS domains to match k8s (#514)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bengreen committed Mar 5, 2024
1 parent 733871b commit 4ff7cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/gefyra/api/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
#
Expand Down

0 comments on commit 4ff7cc1

Please sign in to comment.