You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var=1
while true ; do
res=$( { curl -o /dev/null -s -w %{time_namelookup}\\n http://www.google.com; } 2>&1 )
var=$((var+1))
if [[ $res =~ ^[1-9] ]]; then
now=$(date +"%T")
echo "$var slow: $res $now"
break
fi
done
Anything else we need to know?:
I am encountering this issue in both staging and production clusters, but for some reason staging cluster is having a lot more 5s delays.
Delays happen both for external services (google.com) or internal, such as service.namespace.
Happens on both 1.6 and 1.7 version of kubernetes, but did not encounter these issues in 1.5 (though the setup was a bit different - no CNI back then).
Is this a BUG REPORT or FEATURE REQUEST?:
/kind bug
What happened:
DNS lookup is sometimes taking 5 seconds.
What you expected to happen:
No delays in DNS.
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
kubectl version):uname -a):Similar issues
/sig network