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
@@ -689,27 +689,27 @@ The Network Observability Operator releases updates independently from the {prod
689
689
==== Hub-side templating for PolicyGenTemplate CRs
690
690
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.
691
691
By using hub templates in group and site `PolicyGenTemplate` (PGT) CRs you can significantly reduce the number of policies on the hub cluster.
692
-
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].
692
+
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].
693
693
694
694
[id="ocp-4-15-nto-latency-testing"]
695
695
==== Node Tuning Operator (NTO)
696
-
The Cloud-native Network Functions (CNF) tests image for latency tests, `cnf-tests`, has been simplified.
696
+
The Cloud-native Network Functions (CNF) tests image for latency tests, `cnf-tests`, has been simplified.
697
697
The new image has three tests for latency measurements.
698
-
The tests run by default and require a performance profile configured on the cluster.
699
-
If no performance profile is configured, the tests do not run.
698
+
The tests run by default and require a performance profile configured on the cluster.
699
+
If no performance profile is configured, the tests do not run.
700
700
701
701
The following variables are no longer recommended for use:
702
702
703
703
* `ROLE_WORKER_CNF`
704
704
* `NODES_SELECTOR`
705
705
* `PERF_TEST_PROFILE`
706
706
* `FEATURES`
707
-
* `LATENCY_TEST_RUN`
708
-
* `DISCOVERY_MODE`
707
+
* `LATENCY_TEST_RUN`
708
+
* `DISCOVERY_MODE`
709
709
710
710
To generate the `junit` report, the `--ginkgo.junit-report` flag replaces `--junit`.
711
711
712
-
For more information, see xref:../scalability_and_performance/cnf-performing-platform-verification-latency-tests.adoc[Performing latency tests for platform verification].
712
+
For more information, see xref:../scalability_and_performance/cnf-performing-platform-verification-latency-tests.adoc[Performing latency tests for platform verification].
713
713
714
714
715
715
[id="ocp-4-15-hcp"]
@@ -1209,6 +1209,12 @@ See link:https://access.redhat.com/articles/6955985[Navigating Kubernetes API de
1209
1209
[id="ocp-4-15-monitoring-bug-fixes"]
1210
1210
==== Monitoring
1211
1211
1212
+
* 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*])
1213
+
1214
+
* 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*])
1215
+
1216
+
* 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