mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-01 01:08:55 +00:00
Merge pull request #14625 from ArtfulCoder/dnstest
adjust read timeout for skydns. default is too high. (changed 4 seconds-> 2seconds)
This commit is contained in:
@@ -58,6 +58,7 @@ spec:
|
|||||||
# command = "/skydns"
|
# command = "/skydns"
|
||||||
- -machines=http://localhost:4001
|
- -machines=http://localhost:4001
|
||||||
- -addr=0.0.0.0:53
|
- -addr=0.0.0.0:53
|
||||||
|
- -rtimeout=1s
|
||||||
- -domain={{ pillar['dns_domain'] }}.
|
- -domain={{ pillar['dns_domain'] }}.
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 53
|
- containerPort: 53
|
||||||
|
Reference in New Issue
Block a user