Skip to content

Commit

Permalink
something got backported had to clean up ovnNodeHostAddresses ->
Browse files Browse the repository at this point in the history
OvnNodeHostAddresses name change
  • Loading branch information
JacobTanenbaum committed Mar 18, 2024
1 parent 045c3f1 commit 47e6e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go-controller/pkg/util/node_annotations.go
Expand Up @@ -542,7 +542,7 @@ func SetNodeHostAddresses(nodeAnnotator kube.Annotator, addresses sets.Set[strin
}

func NodeHostAddressesAnnotationChanged(oldNode, newNode *v1.Node) bool {
return oldNode.Annotations[ovnNodeHostAddresses] != newNode.Annotations[ovnNodeHostAddresses]
return oldNode.Annotations[OvnNodeHostAddresses] != newNode.Annotations[OvnNodeHostAddresses]
}

// ParseNodeHostAddresses returns the parsed host addresses living on a node
Expand Down

0 comments on commit 47e6e15

Please sign in to comment.