Skip to content

Commit 3774148

Browse files
authored
Merge pull request #52470 from sjhala-ccs/cnv-20429-peer-review
CNV-20429: Peer review edits for latency check documentation
2 parents 5d2e5b7 + d238f32 commit 3774148

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/virt-measuring-latency-vm-secondary-network.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ $ oc apply -f <latency_job>.yaml
225225
$ oc wait job kubevirt-vm-latency-checkup -n kiagnose --for condition=complete --timeout 6m
226226
----
227227
228-
. Review the results of the latency checkup by retrieving the status of the `ConfigMap` object. If the maximum measured latency is greater than the value of the `spec.param.max_desired_latency_milliseconds` attribute, the checkup fails and returns an error.
228+
. Review the results of the latency checkup by running the following command. If the maximum measured latency is greater than the value of the `spec.param.max_desired_latency_milliseconds` attribute, the checkup fails and returns an error.
229229
+
230230
[source,terminal]
231231
----
@@ -270,7 +270,7 @@ data:
270270
$ oc logs job.batch/kubevirt-vm-latency-checkup -n kiagnose
271271
----
272272
273-
. Delete the job and config map resources that you previously created.
273+
. Delete the job and config map resources that you previously created by running the following commands:
274274
+
275275
[source,terminal]
276276
----

0 commit comments

Comments
 (0)