diff --git a/bindata/network/ovn-kubernetes/managed/alert-rules-control-plane.yaml b/bindata/network/ovn-kubernetes/managed/alert-rules-control-plane.yaml index ad51667dd0..db55cfa9f6 100644 --- a/bindata/network/ovn-kubernetes/managed/alert-rules-control-plane.yaml +++ b/bindata/network/ovn-kubernetes/managed/alert-rules-control-plane.yaml @@ -26,7 +26,7 @@ spec: - record: cluster:ovnkube_clustermanager_user_defined_networks:max expr: max by(role, topology)(ovnkube_clustermanager_user_defined_networks) - record: cluster:ovnkube_clustermanager_cluster_user_defined_networks:max - expr: max by(role, topology)(ovnkube_clustermanager_cluster_user_defined_networks) + expr: max by(role, topology, transport)(ovnkube_clustermanager_cluster_user_defined_networks) # OVN kubernetes cluster manager functional alerts - alert: V4SubnetAllocationThresholdExceeded annotations: diff --git a/bindata/network/ovn-kubernetes/self-hosted/alert-rules-control-plane.yaml b/bindata/network/ovn-kubernetes/self-hosted/alert-rules-control-plane.yaml index e17cbddb7c..1097c8ac30 100644 --- a/bindata/network/ovn-kubernetes/self-hosted/alert-rules-control-plane.yaml +++ b/bindata/network/ovn-kubernetes/self-hosted/alert-rules-control-plane.yaml @@ -25,7 +25,7 @@ spec: - record: cluster:ovnkube_clustermanager_user_defined_networks:max expr: max by(role, topology)(ovnkube_clustermanager_user_defined_networks) - record: cluster:ovnkube_clustermanager_cluster_user_defined_networks:max - expr: max by(role, topology)(ovnkube_clustermanager_cluster_user_defined_networks) + expr: max by(role, topology, transport)(ovnkube_clustermanager_cluster_user_defined_networks) # OVN kubernetes cluster manager functional alerts - alert: V4SubnetAllocationThresholdExceeded annotations: