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
20 changes: 20 additions & 0 deletions blocked-edges/4.14.0-AWSECRLegacyCredProvider.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
to: 4.14.0
from: 4[.]13[.].*
url: https://issues.redhat.com/browse/OCPCLOUD-2434
name: AWSECRLegacyCredProvider
message: AWS clusters that use AmazonEC2ContainerRegistryReadOnly node policies to access ECR are unable to pull images from ECR after updating to exposed 4.14.z.
matchingRules:
- type: PromQL
promql:
promql: |
topk(1,
cluster_infrastructure_provider{_id="",type="AWS"}
or
0 * cluster_infrastructure_provider{_id=""}
)
* on () group_left (namespace, pod, container, image)
topk(1,
kube_pod_container_info{_id="",image=~".*(?:[.]dkr[.]ecr(?:-fips)?[.].*[.]amazonaws[.]com(?:[.]cn)?|[.]dkr[.]ecr[.]us-isob?-east-1[.](?:c2s[.]ic|sc2s[.]sgov)[.]gov)[/@:].*"}
or on ()
0 * topk(1, kube_pod_container_info{_id=""})
)
28 changes: 28 additions & 0 deletions blocked-edges/4.14.0-AzureDefaultVMType.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
to: 4.14.0
from: 4[.]13[.].*
url: https://issues.redhat.com/browse/OCPCLOUD-2409
name: AzureDefaultVMType
message: Azure clusters created by openshift-installer prior to 4.9 are unable to add load balancers to new machines after updating to exposed 4.14.z.
matchingRules:
- type: PromQL
promql:
promql: |
topk(1,
group by (name) (cluster_operator_conditions{_id="",name="aro"})
or
(
0 * group(cluster_operator_conditions{_id=""})
+ on () group_left (born_by_4_9)
topk(1,
label_replace(group(cluster_version{_id="",type="initial",version=~"4[.][0-9][.].*"}),"born_by_4_9", "yes, so possibly actually born in 4.8 or earlier", "", "")
or
label_replace(0 * group(cluster_version{_id="",type="initial",version!~"4[.][0-9][.].*"}),"born_by_4_9", "no, born in 4.10 or later", "", "")
)
)
)
* on () group_left (type)
topk(1,
cluster_infrastructure_provider{_id="",type="Azure"}
or
0 * cluster_infrastructure_provider{_id=""}
)
22 changes: 22 additions & 0 deletions blocked-edges/4.14.0-AzureRegistryImagePreservation.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
to: 4.14.0
from: 4[.]13[.].*
url: https://issues.redhat.com/browse/IR-461
name: AzureRegistryImagePreservation
message: In Azure clusters, the in-cluster image registry may fail to preserve images on update.
matchingRules:
- type: PromQL
promql:
promql: |
topk(1,
group by (type) (cluster_infrastructure_provider{_id="",type="Azure"})
or
0 * group by (type) (cluster_infrastructure_provider{_id=""})
)
* on () group_left (name, operation, method)
topk(1,
group by (name) (cluster_operator_conditions{_id="",name="aro"})
or
group by (operation) (max by (operation) (max_over_time(imageregistry_request_duration_seconds_count{_id=""}[1h])))
or
0 * group by (method) (max by (method) (imageregistry_http_request_duration_seconds_count{_id=""}))
)
11 changes: 11 additions & 0 deletions blocked-edges/4.14.0-ConsoleImplicitlyEnabled.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
to: 4.14.0
from: 4[.](13[.].*|14[.]0-(ec[.].*|rc[.][01]))
fixedIn: 4.14.2
url: https://issues.redhat.com/browse/OTA-1031
name: ConsoleImplicitlyEnabled
message: Clusters with the Console capability disabled will have it implicitly enabled by updating to the target release, and once enabled, capabilities cannot be disabled.
matchingRules:
- type: PromQL
promql:
promql: |
1 - max(cluster_version_capability{name="Console"})
5 changes: 0 additions & 5 deletions blocked-edges/4.14.0.yaml

This file was deleted.