From 0e47dc3a653f66906846ba6bfda693d19f07e1de Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Sun, 27 Mar 2022 10:01:52 -0700 Subject: [PATCH] kube-proxy: remove old TODO --- pkg/proxy/iptables/proxier.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/proxy/iptables/proxier.go b/pkg/proxy/iptables/proxier.go index b4883d9b288..2d206c4d642 100644 --- a/pkg/proxy/iptables/proxier.go +++ b/pkg/proxy/iptables/proxier.go @@ -1381,7 +1381,6 @@ func (proxier *Proxier) syncProxyRules() { // Finally, tail-call to the nodeports chain. This needs to be after all // other service portal rules. for address := range nodeAddresses { - // TODO(thockin, m1093782566): If/when we have dual-stack support we will want to distinguish v4 from v6 zero-CIDRs. if utilproxy.IsZeroCIDR(address) { args = append(args[:0], "-A", string(kubeServicesChain),