Merge pull request #93471 from lemonli/node-local-dns-cache

nodelocaldns.yaml: remove force_tcp option which used for external dn…
This commit is contained in:
Kubernetes Prow Robot 2020-08-27 16:05:57 -07:00 committed by GitHub
commit 1d04741aae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -97,9 +97,7 @@ data:
reload
loop
bind __PILLAR__LOCAL__DNS__ __PILLAR__DNS__SERVER__
forward . __PILLAR__UPSTREAM__SERVERS__ {
force_tcp
}
forward . __PILLAR__UPSTREAM__SERVERS__
prometheus :9253
}
---