-
Notifications
You must be signed in to change notification settings - Fork 476
OCPBUGS-66104: Fine tune CoreDNS pod configuration to improve performance #5695
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,10 +4,10 @@ contents: | |
| inline: | | ||
| . { | ||
| errors | ||
| bufsize 512 | ||
| health :18080 | ||
| forward . {{`{{- range $upstream := .DNSUpstreams}} {{$upstream}}{{- end}}`}} { | ||
| policy sequential | ||
| force_tcp | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @sadasu Your PR description says "prefer udp", is that out of date and you ended up moving to force_tcp? Or should this be
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, |
||
| } | ||
| cache 30 | ||
| reload | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.