Skip to content

Commit 290f860

Browse files
authored
Merge pull request #66120 from JoeAldinger/OCPBUGS-19881
/lgtm OCPBUGS-19881: adds prerequisites for RHEL 8 ovnkube-trace tool
2 parents 5337ff9 + 6a16bc5 commit 290f860

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

modules/nw-ovn-kubernetes-install-ovnkube-trace-local.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ The `ovnkube-trace` tool traces packet simulations for arbitrary UDP or TCP traf
1414
* You are logged in to the cluster with a user with `cluster-admin` privileges.
1515
1616
.Procedure
17-
1817
. Create a pod variable by using the following command:
1918
+
2019
[source,terminal]
@@ -28,6 +27,11 @@ $ POD=$(oc get pods -n openshift-ovn-kubernetes -l app=ovnkube-control-plane -o
2827
----
2928
$ oc cp -n openshift-ovn-kubernetes $POD:/usr/bin/ovnkube-trace -c ovnkube-cluster-manager ovnkube-trace
3029
----
30+
+
31+
[NOTE]
32+
====
33+
If you are using {op-system-base-full} 8 to run the `ovnkube-trace` tool, you must copy the file `/usr/lib/rhel8/ovnkube-trace` to your local host.
34+
====
3135

3236
. Make `ovnkube-trace` executable by running the following command:
3337
+

0 commit comments

Comments
 (0)