Skip to content

Commit

Permalink
delete append externalIds process in initIPAM (#3134)
Browse files Browse the repository at this point in the history
  • Loading branch information
hongzhen-ma committed Aug 14, 2023
1 parent 098ae5a commit a8e6813
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/controller/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,7 @@ func (c *Controller) InitIPAM() error {
klog.Errorf("failed to append external-ids for logical switch port %s: %v", portName, err)
}
}
// 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.
}
}
}
Expand Down

0 comments on commit a8e6813

Please sign in to comment.