Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
Signed-off-by: Antonin Bas <[email protected]>
  • Loading branch information
antoninbas committed Jul 29, 2024
1 parent 1e46dbb commit 011fbf0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/feature-gates.md
Original file line number Diff line number Diff line change
Expand Up @@ -464,8 +464,8 @@ spec:
pingIntervalSeconds: 60
```

You can adjust `pingIntervalSeconds` to your desired value. To stop latency measurements, simply
delete the Custom Resource with `kubectl delete nodelatencymonitor/default`.
You can adjust `pingIntervalSeconds` to any positive value that suits your needs. To stop latency
measurements, simply delete the Custom Resource with `kubectl delete nodelatencymonitor/default`.

Latency measurements can be queried using the `NodeLatencyStats` API in `stats.antrea.io/v1alpha1`.
This can be done with kubectl:
Expand Down Expand Up @@ -509,8 +509,8 @@ peerNodeLatencyStats:

The feature supports both IPv4 and IPv6. When enabled in a dual-stack cluster, Antrea Agents will
generate both ICMP and ICMPv6 probes, and report both latency results. In general (except when
policyOnly mode is used), inter-Node latency will be measured between Antrea gateway
interfaces. Therefore, in encap mode, ICMP probes will traverse the overlay, just like regular
`networkPolicyOnly` mode is used), inter-Node latency will be measured between Antrea gateway
interfaces. Therefore, in `encap` mode, ICMP probes will traverse the overlay, just like regular
inter-Node Pod traffic. We believe this gives an accurate representation of the east-west latency
experienced by Pod traffic.

Expand Down

0 comments on commit 011fbf0

Please sign in to comment.