You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: dist/images/kubectl-ko
+13-5
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ CONN_CHECK_LABEL="conn-check"
14
14
CONN_CHECK_SERVER="conn-check-server"
15
15
PERF_GC_COMMAND=()
16
16
LAST_PERF_FAILED_LOG=""
17
+
OVN_TRACE=0
17
18
18
19
showHelp(){
19
20
echo"kubectl ko {subcommand} [option...]"
@@ -26,11 +27,11 @@ showHelp(){
26
27
echo" dpctl {nodeName} [ovs-dpctl options ...] invoke ovs-dpctl on the specified node"
27
28
echo" appctl {nodeName} [ovs-appctl options ...] invoke ovs-appctl on the specified node"
28
29
echo" tcpdump {namespace/podname} [tcpdump options ...] capture pod traffic"
29
-
echo" trace ... trace ovn microflow of specific packet"
30
-
echo" trace {namespace/podname} {target ip address} [target mac address] {icmp|tcp|udp} [target tcp/udp port] trace ICMP/TCP/UDP"
31
-
echo" trace {namespace/podname} {target ip address} [target mac address] arp {request|reply} trace ARP request/reply"
32
-
echo" trace {node//nodename} {target ip address} [target mac address] {icmp|tcp|udp} [target tcp/udp port] trace ICMP/TCP/UDP"
33
-
echo" trace {node//nodename} {target ip address} [target mac address] arp {request|reply} trace ARP request/reply"
30
+
echo" trace/ovn-trace ... trace ovn microflow of specific packet"
31
+
echo" trace/ovn-trace {namespace/podname} {target ip address} [target mac address] {icmp|tcp|udp} [target tcp/udp port] trace ICMP/TCP/UDP"
32
+
echo" trace/ovn-trace {namespace/podname} {target ip address} [target mac address] arp {request|reply} trace ARP request/reply"
33
+
echo" trace/ovn-trace {node//nodename} {target ip address} [target mac address] {icmp|tcp|udp} [target tcp/udp port] trace ICMP/TCP/UDP"
34
+
echo" trace/ovn-trace {node//nodename} {target ip address} [target mac address] arp {request|reply} trace ARP request/reply"
34
35
echo" diagnose {all|node|subnet|IPPorts} [nodename|subnetName|{proto1}-{IP1}-{Port1},{proto2}-{IP2}-{Port2}] diagnose connectivity of all nodes or a specific node or specify subnet's ds pod or IPPorts like 'tcp-172.18.0.2-53,udp-172.18.0.3-53'"
35
36
echo" env-check check the environment configuration"
36
37
echo" tuning {install-fastpath|local-install-fastpath|remove-fastpath|install-stt|local-install-stt|remove-stt} {centos7|centos8}} [kernel-devel-version] deploy kernel optimisation components to the system"
0 commit comments