Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion modules/nw-ovn-kubernetes-install-ovnkube-trace-local.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ The `ovnkube-trace` tool traces packet simulations for arbitrary UDP or TCP traf
* You are logged in to the cluster with a user with `cluster-admin` privileges.

.Procedure

. Create a pod variable by using the following command:
+
[source,terminal]
Expand All @@ -28,6 +27,11 @@ $ POD=$(oc get pods -n openshift-ovn-kubernetes -l app=ovnkube-control-plane -o
----
$ oc cp -n openshift-ovn-kubernetes $POD:/usr/bin/ovnkube-trace -c ovnkube-cluster-manager ovnkube-trace
----
+
[NOTE]
====
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.
====

. Make `ovnkube-trace` executable by running the following command:
+
Expand Down