-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Network Observability 1.7 Release Notes #81551
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Network Observability 1.7 Release Notes #81551
Conversation
🤖 Sat Oct 19 21:24:42 - Prow CI generated the docs preview: |
observability/network_observability/network-observability-operator-release-notes.adoc
Outdated
Show resolved
Hide resolved
65a207c
to
a7e517f
Compare
a7e517f
to
9d4d0d7
Compare
observability/network_observability/network-observability-operator-release-notes.adoc
Outdated
Show resolved
Hide resolved
6ce819b
to
02c55dc
Compare
|
||
[id="network-observability-operator-tcp-flags-filtering-1-7_{context}"] | ||
==== TCP flags filtering | ||
You can now use the `tcpFlags` filter to control the volume of packets cached in the eBPF flow table. For more information, see xref:../../observability/network_observability/observing-network-traffic.adoc#network-observability-flowcollector-flowfilter-parameters_nw-observe-network-traffic[Flow filter configuration parameters] and xref:../../observability/network_observability/observing-network-traffic.adoc#network-observability-ebpf-flow-rule-filter_nw-observe-network-traffic[eBPF flow rule filter]. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would rather say "to limit the volume of packets processed by the eBPF program", because there's more than caching, and I guess readers don't have to know about the internal details
You can now use the `tcpFlags` filter to control the volume of packets cached in the eBPF flow table. For more information, see xref:../../observability/network_observability/observing-network-traffic.adoc#network-observability-flowcollector-flowfilter-parameters_nw-observe-network-traffic[Flow filter configuration parameters] and xref:../../observability/network_observability/observing-network-traffic.adoc#network-observability-ebpf-flow-rule-filter_nw-observe-network-traffic[eBPF flow rule filter]. | |
You can now use the `tcpFlags` filter to limit the volume of packets processed by the eBPF program. For more information, see xref:../../observability/network_observability/observing-network-traffic.adoc#network-observability-flowcollector-flowfilter-parameters_nw-observe-network-traffic[Flow filter configuration parameters] and xref:../../observability/network_observability/observing-network-traffic.adoc#network-observability-ebpf-flow-rule-filter_nw-observe-network-traffic[eBPF flow rule filter]. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@skrthomas the current notes LGTM
do we also specify known issues as part of RN? I pulled list using JIRA:
project=netobserv and affectedVersion = netobserv-1.7-candidate and status != closed
don't think all in that list needs a call out but some of them may, for e.g.: NETOBSERV-1933, NETOBSERV-1830 , NETOBSERV-1890
LGTM |
@memodi thanks for calling out these known issues. We do specify known issues, but I was only aware of the bugs that were listed in the errata. I will add these known issues. Some of them don't have text, so I will follow up in the Jiras about what to write for these. |
be26d2b
to
92f5b57
Compare
include::snippets/fips-snippet.adoc[] | ||
-- | ||
|
||
[id="network-observability-dns-enhancements-1-7_{context}] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤖 [error] AsciiDoc.ClosedIdQuotes: Quoted ID value is not closed.
[source,yaml] | ||
==== | ||
kind: NetworkPolicy | ||
apiVersion: networking.k8s.io/v1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤖 [error] RedHat.CaseSensitiveTerms: Use 'Kubernetes' rather than 'k8s'. For more information, see RedHat.CaseSensitiveTerms.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
n/a since this is part of the yaml
==== DNS tracking enhancements | ||
The following enhancements are available for DNS tracking: | ||
|
||
* DNS tracking can work with custom port in top of the default DNS port `53`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This doesn't sound right. Suggest:
If the DNS service maps to a different port than 53, you can specify this DNS tracking port.
observability/network_observability/network-observability-operator-release-notes.adoc
Outdated
Show resolved
Hide resolved
observability/network_observability/network-observability-operator-release-notes.adoc
Outdated
Show resolved
Hide resolved
observability/network_observability/network-observability-operator-release-notes.adoc
Outdated
Show resolved
Hide resolved
c513bc7
to
532599a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/label qe-approved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few nits for your consideration!
observability/network_observability/network-observability-operator-release-notes.adoc
Outdated
Show resolved
Hide resolved
observability/network_observability/network-observability-operator-release-notes.adoc
Outdated
Show resolved
Hide resolved
observability/network_observability/network-observability-operator-release-notes.adoc
Outdated
Show resolved
Hide resolved
observability/network_observability/network-observability-operator-release-notes.adoc
Outdated
Show resolved
Hide resolved
observability/network_observability/network-observability-operator-release-notes.adoc
Outdated
Show resolved
Hide resolved
observability/network_observability/network-observability-operator-release-notes.adoc
Outdated
Show resolved
Hide resolved
observability/network_observability/network-observability-operator-release-notes.adoc
Outdated
Show resolved
Hide resolved
observability/network_observability/network-observability-operator-release-notes.adoc
Outdated
Show resolved
Hide resolved
observability/network_observability/network-observability-operator-release-notes.adoc
Outdated
Show resolved
Hide resolved
observability/network_observability/network-observability-operator-release-notes.adoc
Outdated
Show resolved
Hide resolved
3605cdd
to
81bd9d3
Compare
81bd9d3
to
2ac4c95
Compare
@skrthomas: all tests passed! Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Version(s):
Merge only to
no-1.7
. On GA 10/21/24, Sara will open a branch to integrateno-1.7
withmain
, and that branch will go to 4.12+.For technical reviewers: 1.6.1 and 1.6.2 are live on docs.openshift.com but because they are on the
main
docs branch, they have not yet been rebased with thisno-1.7
branch, so you won't see them on this preview.Issue:
FIPS compliance: https://issues.redhat.com/browse/OSDOCS-11078
Link to docs preview:
https://81551--ocpdocs-pr.netlify.app/openshift-enterprise/latest/observability/network_observability/network-observability-operator-release-notes.html#network-observability-operator-1.7.0-features-enhancements_network-observability-operator-release-notes-v0
QE review:
Additional information: