Skip to content

Commit

Permalink
Remove TODO in .../ovn/uninstall.go
Browse files Browse the repository at this point in the history
"need to be removed when the clusters are fully upgraded to
new implementation."

...since there's an issue created for it

submariner-io#2806

Signed-off-by: Tom Pantelis <[email protected]>
  • Loading branch information
tpantelis committed Jul 22, 2024
1 parent ed7a5a5 commit 8538c56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/routeagent_driver/handlers/ovn/uninstall.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ func (ovn *Handler) cleanupRoutes() error {
return nil
}

// TODO need to be removed when the clusters are fully upgraded to new implementation.
func (ovn *Handler) LegacyCleanup() {
err := vsctl.DelInternalPort(ovnK8sSubmarinerBridge, ovnK8sSubmarinerInterface)
if err != nil {
Expand Down

0 comments on commit 8538c56

Please sign in to comment.