Skip to content

Commit

Permalink
Trivial: fix doc in ovsdb-mon-ovs.source
Browse files Browse the repository at this point in the history
Remove 'sudo' from example command, since it is not relevant
in this case and may actually fail the command.
  • Loading branch information
flavio-fernandes committed Oct 27, 2021
1 parent f5e649f commit 81776ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/ovsdb-mon-ovs.source
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ echo "to remove daemonset created, do: kubectl delete ds ${DS}"
echo 'commands to try (after pod becomes ready):'
echo " ovsdb-mon.ovs.${NODE} list Interface Name Ofport ExternalIDs"
echo " kubectl exec -it ${POD} -- ovs-vsctl show"
echo " kubectl exec -it ${POD} -- sudo ovs-ofctl --names dump-flows br-int table=0 | cut -d',' -f3-"
echo " kubectl exec -it ${POD} -- ovs-ofctl --names dump-flows br-int table=0 | cut -d',' -f3-"
echo

0 comments on commit 81776ec

Please sign in to comment.