Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions blocked-edges/4.14.0-rc.3-OVNWebhookUserConflict.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
to: 4.14.0-rc.3
from: .*
url: https://issues.redhat.com/browse/SDN-4160
name: OVNCrashOnMigratedDualStack
message: Possible webhook user conflicts when updating standalone (not Hosted/HyperShift) OVN clusters out of the target release and into one with a fix for the https://issues.redhat.com/browse/OCPBUGS-20104 series.
matchingRules:
- type: PromQL
promql:
promql: |
(
group by (resource) (max_over_time(apiserver_storage_objects{_id="",resource="egressips.k8s.ovn.org"}[1h]))
or on ()
0 * group(max_over_time(apiserver_storage_objects{_id=""}[1h]))
) * on () group_left (invoker)
(
0 * group by (invoker) (cluster_installer{_id="",invoker="hypershift"})
or on ()
group by (invoker) (cluster_installer{_id=""})
or on ()
group(max_over_time(apiserver_storage_objects{_id=""}[1h]))
)
21 changes: 21 additions & 0 deletions blocked-edges/4.14.0-rc.4-OVNWebhookUserConflict.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
to: 4.14.0-rc.4
from: .*
url: https://issues.redhat.com/browse/SDN-4160
name: OVNCrashOnMigratedDualStack
message: Possible webhook user conflicts when updating standalone (not Hosted/HyperShift) OVN clusters out of the target release and into one with a fix for the https://issues.redhat.com/browse/OCPBUGS-20104 series.
matchingRules:
- type: PromQL
promql:
promql: |
(
group by (resource) (max_over_time(apiserver_storage_objects{_id="",resource="egressips.k8s.ovn.org"}[1h]))
or on ()
0 * group(max_over_time(apiserver_storage_objects{_id=""}[1h]))
) * on () group_left (invoker)
(
0 * group by (invoker) (cluster_installer{_id="",invoker="hypershift"})
or on ()
group by (invoker) (cluster_installer{_id=""})
or on ()
group(max_over_time(apiserver_storage_objects{_id=""}[1h]))
)
21 changes: 21 additions & 0 deletions blocked-edges/4.15.0-ec.0-OVNWebhookUserConflict.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
to: 4.15.0-ec.0
from: .*
url: https://issues.redhat.com/browse/SDN-4160
name: OVNCrashOnMigratedDualStack
message: Possible webhook user conflicts when updating standalone (not Hosted/HyperShift) OVN clusters out of the target release and into one with a fix for the https://issues.redhat.com/browse/OCPBUGS-20104 series.
matchingRules:
- type: PromQL
promql:
promql: |
(
group by (resource) (max_over_time(apiserver_storage_objects{_id="",resource="egressips.k8s.ovn.org"}[1h]))
or on ()
0 * group(max_over_time(apiserver_storage_objects{_id=""}[1h]))
) * on () group_left (invoker)
(
0 * group by (invoker) (cluster_installer{_id="",invoker="hypershift"})
or on ()
group by (invoker) (cluster_installer{_id=""})
or on ()
group(max_over_time(apiserver_storage_objects{_id=""}[1h]))
)