Skip to content

Commit

Permalink
Merge pull request rancher#562 from thomasferrandiz/fix-coredns-forcetcp
Browse files Browse the repository at this point in the history
coredns: remove force_tcp option in nodelocaldns configmap
  • Loading branch information
thomasferrandiz authored Nov 12, 2024
2 parents 50fc373 + dd56223 commit 2b85499
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,7 @@ data:
{{- else }}
bind {{ .Values.nodelocal.ip_address }} {{ template "nodelocalUpstreamDNSServerIP" . }}
{{- end}}
forward . __PILLAR__UPSTREAM__SERVERS__ {
force_tcp
}
forward . __PILLAR__UPSTREAM__SERVERS__
prometheus :9253
}
{{- end }}
2 changes: 1 addition & 1 deletion packages/rke2-coredns/package.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
url: https://github.com/coredns/helm/releases/download/coredns-1.33.0/coredns-1.33.0.tgz
packageVersion: 03
packageVersion: 04

0 comments on commit 2b85499

Please sign in to comment.