Skip to content

Commit

Permalink
add detail comment (#2969)
Browse files Browse the repository at this point in the history
  • Loading branch information
changluyi committed Jun 20, 2023
1 parent 13256fa commit a5e63c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/images/kubectl-ko
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ diagnose(){
pingers=$(kubectl -n $KUBE_OVN_NS get po --no-headers -o custom-columns=NAME:.metadata.name -l app=kube-ovn-pinger)
for pinger in $pingers
do
echo "#### pinger diagnose results:"
echo "#### pinger $pinger on namespace $KUBE_OVN_NS diagnose results:"
kubectl exec -n $KUBE_OVN_NS "$pinger" -- /kube-ovn/kube-ovn-pinger --mode=job --ds-name=$subnetName-$CONN_CHECK_SERVER --ds-namespace=$KUBE_OVN_NS --enable-verbose-conn-check=true
echo ""
done
Expand Down

0 comments on commit a5e63c7

Please sign in to comment.