mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-17 14:27:47 -02:30
Do not force TCP connections to upstreams. (#4492)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
3b9d13fda9
commit
15597aa493
@@ -51,8 +51,6 @@ data:
|
|||||||
reload
|
reload
|
||||||
loop
|
loop
|
||||||
bind {{ nodelocaldns_ip }}
|
bind {{ nodelocaldns_ip }}
|
||||||
forward . {{ upstreamForwardTarget }} {
|
forward . {{ upstreamForwardTarget }}
|
||||||
force_tcp
|
|
||||||
}
|
|
||||||
prometheus :9253
|
prometheus :9253
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user