mirror of
https://github.com/weaveworks/scope.git
synced 2026-05-09 18:57:29 +00:00
Kubernetes sets up a lengthy DNS search path, so any names are looked up multiple times. Adding a dot at the end tells the DNS resolver the name is absolute, and should not be tried against the search path. This will reduce pointless DNS lookups.