Skip to content

Commit

Permalink
kube-proxy: remove old TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
thockin committed Mar 30, 2022
1 parent 30c1523 commit 0e47dc3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/proxy/iptables/proxier.go
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 0e47dc3

Please sign in to comment.