Skip to content

Commit c6eecdd

Browse files
Update content/posts/2025-01-23-cli_whats_new_1.8.md
Co-authored-by: Sara Thomas <[email protected]>
1 parent df98f40 commit c6eecdd

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

content/posts/2025-01-23-cli_whats_new_1.8.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,9 @@ Found subnets:
6969
Filtering is crucial to gather precise network data without involving excessive resources and storage. The CLI focuses on this area, allowing you to deploy agents only where needed and fine-tune what's captured.
7070

7171
### Assigning Agents to Nodes
72-
It's now possible to define agents `nodeSelector` to capture on a subset of nodes. You can rely on existing labels or create a dedicated one for this usage. For example, you can run:
72+
It's now possible to define agents `nodeSelector` to capture on a subset of nodes. You can rely on existing labels or create a dedicated one for this usage. For example, you can run the agents on the node with the `kubernetes.io/hostname:my-node` label with the following command:
7373
```sh
7474
oc netobserv flows --node-selector=kubernetes.io/hostname:my-node
75-
```
76-
to run the agents on the node with the `kubernetes.io/hostname:my-node` label.
77-
7875
### eBPF Filters
7976
Agents recently introduced [the ability to filter](https://github.com/netobserv/netobserv-ebpf-agent/blob/main/docs/flow_filtering.md) on IPs, Ports, Protocol, Action, TCPFlags, and more simultaneously. You can now apply these filters in the CLI as shown below:
8077

0 commit comments

Comments
 (0)