Skip to content

Commit 0f7555c

Browse files
authored
Merge pull request #71696 from cbippley/OSDOCS-8517-Monitoring
OSDOCS-8517 Monitoring 4.15 RN bugs
2 parents 8b37ffa + 71a5af8 commit 0f7555c

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

release_notes/ocp-4-15-release-notes.adoc

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -698,27 +698,27 @@ The Network Observability Operator releases updates independently from the {prod
698698
==== Hub-side templating for PolicyGenTemplate CRs
699699
You can manage the configuration of fleets of clusters by using hub templates to populate the group and site values in the generated policies that get applied to managed clusters.
700700
By using hub templates in group and site `PolicyGenTemplate` (PGT) CRs you can significantly reduce the number of policies on the hub cluster.
701-
For more information, see xref:../scalability_and_performance/ztp_far_edge/ztp-advanced-policy-config.adoc#ztp-specifying-nics-in-pgt-crs-with-hub-cluster-templates_ztp-advanced-policy-config[Specifying group and site configuration in group PolicyGenTemplate CRs with hub templates].
701+
For more information, see xref:../scalability_and_performance/ztp_far_edge/ztp-advanced-policy-config.adoc#ztp-specifying-nics-in-pgt-crs-with-hub-cluster-templates_ztp-advanced-policy-config[Specifying group and site configuration in group PolicyGenTemplate CRs with hub templates].
702702

703703
[id="ocp-4-15-nto-latency-testing"]
704704
==== Node Tuning Operator (NTO)
705-
The Cloud-native Network Functions (CNF) tests image for latency tests, `cnf-tests`, has been simplified.
705+
The Cloud-native Network Functions (CNF) tests image for latency tests, `cnf-tests`, has been simplified.
706706
The new image has three tests for latency measurements.
707-
The tests run by default and require a performance profile configured on the cluster.
708-
If no performance profile is configured, the tests do not run.
707+
The tests run by default and require a performance profile configured on the cluster.
708+
If no performance profile is configured, the tests do not run.
709709

710710
The following variables are no longer recommended for use:
711711

712712
* `ROLE_WORKER_CNF`
713713
* `NODES_SELECTOR`
714714
* `PERF_TEST_PROFILE`
715715
* `FEATURES`
716-
* `LATENCY_TEST_RUN`
717-
* `DISCOVERY_MODE`
716+
* `LATENCY_TEST_RUN`
717+
* `DISCOVERY_MODE`
718718

719719
To generate the `junit` report, the `--ginkgo.junit-report` flag replaces `--junit`.
720720

721-
For more information, see xref:../scalability_and_performance/cnf-performing-platform-verification-latency-tests.adoc[Performing latency tests for platform verification].
721+
For more information, see xref:../scalability_and_performance/cnf-performing-platform-verification-latency-tests.adoc[Performing latency tests for platform verification].
722722

723723

724724
[id="ocp-4-15-hcp"]
@@ -1218,6 +1218,12 @@ See link:https://access.redhat.com/articles/6955985[Navigating Kubernetes API de
12181218
[id="ocp-4-15-monitoring-bug-fixes"]
12191219
==== Monitoring
12201220

1221+
* Previously, the monitoring-plugin component did not start if IPv6 was disabled for a cluster. This release updates the component to support the following internet protocol configurations in a cluster: IPv4 only, IPv6 only, and both IPv4 and IPv6 simultaneously. This change resolves the issue, and the monitoring-plugin component now starts up if the cluster is configured to support only IPv6. (link:https://issues.redhat.com/browse/OCPBUGS-21610[*OCPBUGS-21610*])
1222+
1223+
* Previously, instances of Alertmanager for core platform monitoring and for user-defined projects could inadvertently become peered during an upgrade. This issue could occur when multiple Alertmanager instances were deployed in the same cluster. This release fixes the issue by adding a `--cluster.label` flag to Alertmanager that helps to block any traffic that is not intended for the cluster. (link:https://issues.redhat.com/browse/OCPBUGS-18707[*OCPBUGS-18707*])
1224+
1225+
* Previously, it was not possible to use text-only email templates in an Alertmanager configuration to send text-only email alerts. With this update, you can configure Alertmanager to send text-only email alerts by setting the `html` field of the email receiver to an empty string. (link:https://issues.redhat.com/browse/OCPBUGS-11713[*OCPBUGS-11713*])
1226+
12211227
[discrete]
12221228
[id="ocp-4-15-networking-bug-fixes"]
12231229
==== Networking

0 commit comments

Comments
 (0)