We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9326e2 commit 1aa6734Copy full SHA for 1aa6734
go-controller/pkg/ovnwebhook/nodeadmission.go
@@ -35,6 +35,7 @@ var commonNodeAnnotationChecks = map[string]checkNodeAnnot{
35
util.OvnNodeGatewayMtuSupport: nil,
36
util.OvnNodeManagementPort: nil,
37
util.OvnNodeDontSNATSubnets: nil,
38
+ util.OVNNodePrimaryDPUHostAddr: nil,
39
util.OvnNodeChassisID: func(v annotationChange, _ string) error {
40
if v.action == removed {
41
return fmt.Errorf("%s cannot be removed", util.OvnNodeChassisID)
0 commit comments