mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-11 21:12:07 +00:00
adjust read timeout for skydns. default is too high (2 seconds.)
This commit is contained in:
parent
ae81f0b55f
commit
5d2f3e6683
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user