Skip to content

Commit

Permalink
fix(talos): disable forwardKubeDNSToHost until talos 1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mrclrchtr committed May 28, 2024
1 parent f9b55bf commit 6442494
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion talos_patch_control_plane.tf
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ locals {
}
hostDNS = {
enabled = true
forwardKubeDNSToHost = true
forwardKubeDNSToHost = false # Disabled because of https://github.com/siderolabs/talos/issues/8763
resolveMemberNames = true
}
}
Expand Down
2 changes: 1 addition & 1 deletion talos_patch_worker.tf
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ locals {
features = {
hostDNS = {
enabled = true
forwardKubeDNSToHost = true
forwardKubeDNSToHost = false # Disabled because of https://github.com/siderolabs/talos/issues/8763
resolveMemberNames = true
}
},
Expand Down

0 comments on commit 6442494

Please sign in to comment.