Skip to content

Commit c1a9794

Browse files
authored
Merge pull request #72349 from skrthomas/OCPBUGS-29826
Adding Known Issue to 1.5 RN for kernel taint warning
2 parents 4cf6c4c + 37d33b2 commit c1a9794

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

network_observability/network-observability-operator-release-notes.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ With this fix, the status only becomes `Ready` when all the underlying component
9696
=== Known issues
9797
* When trying to access the web console, cache issues on OCP 4.14.10 prevent access to the *Observe* view. The web console shows the error message: `Failed to get a valid plugin manifest from /api/plugins/monitoring-plugin/`. The recommended workaround is to update the cluster to the latest minor version. If this does not work, you need to apply the workarounds described in this link:https://access.redhat.com/solutions/7052408[Red Hat Knowledgebase article].(link:https://issues.redhat.com/browse/NETOBSERV-1493[*NETOBSERV-1493*])
9898

99+
* Since the 1.3.0 release of the Network Observability Operator, installing the Operator causes a warning kernel taint to appear. The reason for this error is that the Network Observability eBPF agent has memory constraints that prevent preallocating the entire hashmap table. The Operator eBPF agent sets the `BPF_F_NO_PREALLOC` flag so that pre-allocation is disabled when the hashmap is too memory expansive.
100+
99101
[id="network-observability-operator-release-notes-1-4-2"]
100102
== Network Observability Operator 1.4.2
101103
The following advisory is available for the Network Observability Operator 1.4.2:
@@ -218,6 +220,8 @@ Network Observability Operator can now run on `s390x` architecture. Previously i
218220

219221
* Currently, when the `processor.metrics.server.tls.type` is configured to use a `PROVIDED` certificate, the operator enters an unsteady state that might affect its performance and resource consumption. It is recommended to not use a `PROVIDED` certificate until this issue is resolved, and instead using an auto-generated certificate, setting `processor.metrics.server.tls.type` to `AUTO`. (link:https://issues.redhat.com/browse/NETOBSERV-1293)[*NETOBSERV-1293*]
220222

223+
* Since the 1.3.0 release of the Network Observability Operator, installing the Operator causes a warning kernel taint to appear. The reason for this error is that the Network Observability eBPF agent has memory constraints that prevent preallocating the entire hashmap table. The Operator eBPF agent sets the `BPF_F_NO_PREALLOC` flag so that pre-allocation is disabled when the hashmap is too memory expansive.
224+
221225
[id="network-observability-operator-release-notes-1-3"]
222226
== Network Observability Operator 1.3.0
223227
The following advisory is available for the Network Observability Operator 1.3.0:
@@ -278,6 +282,8 @@ The release of Network Observability Operator 1.3 deprecates the `spec.Loki.auth
278282

279283
* Since the 1.2.0 release of the Network Observability Operator, using {loki-op} 5.6, a Loki certificate change periodically affects the `flowlogs-pipeline` pods and results in dropped flows rather than flows written to Loki. The problem self-corrects after some time, but it still causes temporary flow data loss during the Loki certificate change. This issue has only been observed in large-scale environments of 120 nodes or greater.(link:https://issues.redhat.com/browse/NETOBSERV-980[*NETOBSERV-980*])
280284

285+
* When you install the Operator, a warning kernel taint can appear. The reason for this error is that the Network Observability eBPF agent has memory constraints that prevent preallocating the entire hashmap table. The Operator eBPF agent sets the `BPF_F_NO_PREALLOC` flag so that pre-allocation is disabled when the hashmap is too memory expansive.
286+
281287
[id="network-observability-operator-release-notes-1-2"]
282288
== Network Observability Operator 1.2.0
283289
The following advisory is available for the Network Observability Operator 1.2.0:

0 commit comments

Comments
 (0)