You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: release_notes/ocp-4-15-release-notes.adoc
+13-7Lines changed: 13 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -698,27 +698,27 @@ The Network Observability Operator releases updates independently from the {prod
698
698
==== Hub-side templating for PolicyGenTemplate CRs
699
699
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.
700
700
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].
702
702
703
703
[id="ocp-4-15-nto-latency-testing"]
704
704
==== 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.
706
706
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.
709
709
710
710
The following variables are no longer recommended for use:
711
711
712
712
* `ROLE_WORKER_CNF`
713
713
* `NODES_SELECTOR`
714
714
* `PERF_TEST_PROFILE`
715
715
* `FEATURES`
716
-
* `LATENCY_TEST_RUN`
717
-
* `DISCOVERY_MODE`
716
+
* `LATENCY_TEST_RUN`
717
+
* `DISCOVERY_MODE`
718
718
719
719
To generate the `junit` report, the `--ginkgo.junit-report` flag replaces `--junit`.
720
720
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].
722
722
723
723
724
724
[id="ocp-4-15-hcp"]
@@ -1218,6 +1218,12 @@ See link:https://access.redhat.com/articles/6955985[Navigating Kubernetes API de
1218
1218
[id="ocp-4-15-monitoring-bug-fixes"]
1219
1219
==== Monitoring
1220
1220
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*])
0 commit comments