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-ec.0-AzureDefaultVMType.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
to: 4.14.0-ec.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,
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,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we do not exactly need the topk for cluster_infrastructure_provider promql right?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We expect to have only one, but 🤷, if there are more than one, this will avoid us breaking on multiple-matches. And if there is only one, topk should be cheap for the PromQL engine to evaluate.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right. I agree

cluster_infrastructure_provider{_id="",type="Azure"}
or
0 * cluster_infrastructure_provider{_id=""}
)
20 changes: 20 additions & 0 deletions blocked-edges/4.14.0-ec.1-AzureDefaultVMType.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
to: 4.14.0-ec.1
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,
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=""}
)
20 changes: 20 additions & 0 deletions blocked-edges/4.14.0-ec.2-AzureDefaultVMType.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
to: 4.14.0-ec.2
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,
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=""}
)
20 changes: 20 additions & 0 deletions blocked-edges/4.14.0-ec.3-AzureDefaultVMType.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
to: 4.14.0-ec.3
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,
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=""}
)
20 changes: 20 additions & 0 deletions blocked-edges/4.14.0-ec.4-AzureDefaultVMType.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
to: 4.14.0-ec.4
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,
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=""}
)
20 changes: 20 additions & 0 deletions blocked-edges/4.14.0-rc.0-AzureDefaultVMType.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
to: 4.14.0-rc.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,
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=""}
)
20 changes: 20 additions & 0 deletions blocked-edges/4.14.0-rc.1-AzureDefaultVMType.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
to: 4.14.0-rc.1
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,
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=""}
)
20 changes: 20 additions & 0 deletions blocked-edges/4.14.0-rc.2-AzureDefaultVMType.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
to: 4.14.0-rc.2
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,
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=""}
)
20 changes: 20 additions & 0 deletions blocked-edges/4.14.0-rc.3-AzureDefaultVMType.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
to: 4.14.0-rc.3
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,
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=""}
)
20 changes: 20 additions & 0 deletions blocked-edges/4.14.0-rc.4-AzureDefaultVMType.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
to: 4.14.0-rc.4
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,
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=""}
)
20 changes: 20 additions & 0 deletions blocked-edges/4.14.0-rc.5-AzureDefaultVMType.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
to: 4.14.0-rc.5
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,
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=""}
)
20 changes: 20 additions & 0 deletions blocked-edges/4.14.0-rc.6-AzureDefaultVMType.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
to: 4.14.0-rc.6
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,
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=""}
)
20 changes: 20 additions & 0 deletions blocked-edges/4.14.0-rc.7-AzureDefaultVMType.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
to: 4.14.0-rc.7
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,
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=""}
)
3 changes: 2 additions & 1 deletion blocked-edges/4.14.0.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
to: 4.14.0
from: 4[.]13[.]1[78]
from: 4[.]13[.]1[789]
fixedIn: 4.14.1
# We want folks to pick up 4.13.19's https://issues.redhat.com/browse/OCPBUGS-19472 to avoid being surprised by SecurityContextConstraint stomping
# Also AzureDefaultVMType, but we cannot declare that as a conditional risk from 4.13.19 to 4.14.0 because of https://issues.redhat.com/browse/OTA-1043
20 changes: 20 additions & 0 deletions blocked-edges/4.14.1-AzureDefaultVMType.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
to: 4.14.1
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,
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=""}
)
20 changes: 20 additions & 0 deletions blocked-edges/4.14.2-AzureDefaultVMType.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
to: 4.14.2
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,
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=""}
)
20 changes: 20 additions & 0 deletions blocked-edges/4.14.3-AzureDefaultVMType.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
to: 4.14.3
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,
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=""}
)
20 changes: 20 additions & 0 deletions blocked-edges/4.14.4-AzureDefaultVMType.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
to: 4.14.4
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,
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=""}
)
20 changes: 20 additions & 0 deletions blocked-edges/4.14.5-AzureDefaultVMType.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
to: 4.14.5
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,
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=""}
)
Loading