Skip to content
Merged
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.10.0-fc.2-modified-aws-load-balancer-service.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
to: 4.10.0-fc.2
from: 4[.]10[.].*
url: https://bugzilla.redhat.com/show_bug.cgi?id=2039339
name: ModifiedAWSLoadBalancerServiceTags
message: |-
On AWS clusters for Services in the openshift-ingress namespace, service.beta.kubernetes.io/aws-load-balancer-additional-resource-tags annotations that diverge from Infrastructure's status.platformStatus.aws.resourceTags are expected to be clobbered on update to 4.11. There may or may not be Service annotations like that on this cluster, and you can check by comparing:

$ oc get -o custom-columns=TAGS:.status.platformStatus.aws.resourceTags infrastructure cluster

with:

$ oc -n openshift-ingress get -o custom-columns=NAMESPACE:.metadata.namespace,NAME:.metadata.name,ANNOTATIONS:.metadata.annotations services | grep service.beta.kubernetes.io/aws-load-balancer-additional-resource-tags

This will not cause issues updating between 4.10 releases. This conditional update is just a demonstration of the conditional update system.
matchingRules:
- type: PromQL
promql:
promql: |
cluster_infrastructure_provider{type="AWS"}
or
0 * cluster_infrastructure_provider