Skip to content

Commit 71abcc3

Browse files
committed
title: Add ipsec tunnel mode to support cross clusters and elastic ip
Description: Delete useless comment Signed-off-by: GreatLazyMan <[email protected]>
1 parent ad69d5e commit 71abcc3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/clusterlink/controllers/cluster/cluster_controller.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ func (c *Controller) Start(ctx context.Context) error {
140140
}
141141
} else {
142142
podFilterFunc = func(pod *corev1.Pod) bool {
143-
//TODO 确认这个写法是否正确
144143
return pod.Labels["component"] == "kube-apiserver"
145144
}
146145
}

0 commit comments

Comments
 (0)