Skip to content

Commit

Permalink
don't allow to run the dns cache agent, it still needs more work
Browse files Browse the repository at this point in the history
Change-Id: Ifbffb902dcfd6e57bc80aa04945dce601a7c8de8
  • Loading branch information
aojea committed Oct 27, 2024
1 parent 5dc6081 commit 1047a1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/kindnetd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ func main() {

// create a dnsCacheAgent
// TODO: support IPv6
dnsCaching = false // EXPERIMENTAL: it does not work fine
if dnsCaching && ipFamily == IPv4Family {
klog.Infof("caching DNS cluster traffic")
dnsCacheAgent, err := NewDNSCacheAgent(nodeName, nodeInformer)
Expand Down

0 comments on commit 1047a1a

Please sign in to comment.