-
Notifications
You must be signed in to change notification settings - Fork 374
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
Add documentation for NodeLatencyMonitor feature #6561
Add documentation for NodeLatencyMonitor feature #6561
Conversation
cc @IRONICBo |
docs/feature-gates.md
Outdated
pingIntervalSeconds: 60 | ||
``` | ||
|
||
You can adjust `pingIntervalSeconds` to your desired value. To stop latency measurements, simply |
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.
You can adjust `pingIntervalSeconds` to your desired value. To stop latency measurements, simply | |
You can adjust `pingIntervalSeconds` to any positive value that suits your needs. To stop latency measurements, simply |
apiVersion: stats.antrea.io/v1alpha1 | ||
kind: NodeLatencyStats | ||
metadata: | ||
creationTimestamp: null |
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.
Maybe remove this line?
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 is the current output of the command, so we should not hand modify it manually for the documentation.
However, we could look into setting it correctly in the REST server, as a subsequent PR.
docs/feature-gates.md
Outdated
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 |
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.
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 |
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.
LGTM
The feature is quite simple at the moment, so maybe no need for a dedicated documentation page. Fixes antrea-io#6551 Signed-off-by: Antonin Bas <[email protected]>
Signed-off-by: Antonin Bas <[email protected]>
cc1e719
to
011fbf0
Compare
/skip-all |
The feature is quite simple at the moment, so maybe no need for a dedicated documentation page. Fixes antrea-io#6551 Signed-off-by: Antonin Bas <[email protected]>
The feature is quite simple at the moment, so maybe no need for a dedicated documentation page. Fixes #6551 Signed-off-by: Antonin Bas <[email protected]>
The feature is quite simple at the moment, so maybe no need for a dedicated documentation page.
Fixes #6551