Skip to content

Commit 6177d38

Browse files
committed
delete append externalIds process in initIPAM (#3134)
1 parent 0b305d9 commit 6177d38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/controller/init.go

+1
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,7 @@ func (c *Controller) InitIPAM() error {
383383
klog.Errorf("failed to append external-ids for logical switch port %s: %v", portName, err)
384384
}
385385
}
386+
// Append ExternalIds is added in v1.7, used for upgrading from v1.6.3. It should be deleted now since v1.7 is not used anymore.
386387
}
387388
}
388389
}

0 commit comments

Comments
 (0)