Skip to content

Commit

Permalink
feat: operator 修复 node_relation 关联问题 --story=121097816 (#655)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiandongx authored Dec 6, 2024
1 parent 44b9d96 commit d8565de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/operator/operator/objectsref/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ func (n *NodeMap) Del(nodeName string) {

delete(n.nodes, nodeName)
delete(n.ips, nodeName)
delete(n.priorityIPs, nodeName)
}

func newNodeObjects(ctx context.Context, sharedInformer informers.SharedInformerFactory) (*NodeMap, error) {
Expand Down

0 comments on commit d8565de

Please sign in to comment.