forked from openshift/cincinnati-graph-data
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
blocked-edges/4.7.4*: Targeted edge blocking and version 1.1.0
So we can explain why we're blocking the different edges [1] (the promql -> PromQL type change is in flight with [2]). The zz in the filename for the vSphere hostname block ensures that one sorts last alphabetically, because it's the broadest block, and legacy Cincinnati services will prefer the final regular expression they load for a given 'to' target. This is basically a second attempt at my earlier 39bc2fb (blocked-edges/4.7.4*: Targeted edge blocking and version 1.1.0, 2021-09-01, openshift#1056), which ended up getting reverted in da1254a (Revert "blocked-edges/4.7.4*: Targeted edge blocking and version 1.1.0", 2021-09-21, openshift#1078) because the production Cincinnati was mad about the 1.1.0 version string. [3] taught Cincinnati to relax, and now that's live (and we never shipped any versions that would be mad about 1.1.0 to customers, the 4.6.0 Update Service operator went out before [4]). [1]: openshift/enhancements#821 [2]: openshift/enhancements#910 [3]: openshift/cincinnati#538 [4]: openshift/cincinnati#314
- Loading branch information
Showing
6 changed files
with
61 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
to: 4.7.4 | ||
from: 4\.6\..* | ||
url: https://bugzilla.redhat.com/show_bug.cgi?id=1941840#c33 | ||
name: AuthOAuthProxyLeakedConnections | ||
message: On clusters with a Proxy configured, the authentication operator may keep many oauth-server connections open, resulting in high memory consumption by the authentication operator and router pods. | ||
matchingRules: | ||
- type: PromQL | ||
promql: | ||
promql: max(cluster_proxy_enabled{type=~"https?"}) |
12 changes: 12 additions & 0 deletions
12
blocked-edges/4.7.4-vsphere-hw-17-cross-node-networking.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
to: 4.7.4 | ||
from: 4\.6\..* | ||
url: https://access.redhat.com/solutions/5896081 | ||
name: VSphereHW14CrossNodeNetworkingError | ||
message: Clusters on vSphere Virtual Hardware Version 14 and later may experience cross-node networking issues. | ||
matchingRules: | ||
- type: PromQL | ||
promql: | ||
promql: | | ||
cluster_infrastructure_provider{type=~"VSphere|None"} | ||
or | ||
0 * cluster_infrastructure_provider |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
to: 4.7.4 | ||
from: .* | ||
url: https://bugzilla.redhat.com/show_bug.cgi?id=1942207#c3 | ||
name: VSphereNodeNameChanges | ||
message: vSphere clusters leveraging the vSphere cloud provider may lose node names which can have serious impacts on the stability of the control plane and workloads. | ||
matchingRules: | ||
- type: PromQL | ||
promql: | ||
promql: | | ||
cluster_infrastructure_provider{type=~"VSphere|None"} | ||
or | ||
0 * cluster_infrastructure_provider |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.0.0 | ||
1.1.0 |