Commit 29c3c23a authored by Abhi Shah's avatar Abhi Shah

Merge pull request #14625 from ArtfulCoder/dnstest

adjust read timeout for skydns. default is too high. (changed 4 seconds-> 2seconds)
parents 6eb7d8cf 5d2f3e66
......@@ -58,6 +58,7 @@ spec:
# command = "/skydns"
- -machines=http://localhost:4001
- -addr=0.0.0.0:53
- -rtimeout=1s
- -domain={{ pillar['dns_domain'] }}.
ports:
- containerPort: 53
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment