Skip to content

Commit

Permalink
add detail comment
Browse files Browse the repository at this point in the history
  • Loading branch information
changluyi committed Jun 20, 2023
1 parent dfe43f9 commit c41a03a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/images/kubectl-ko
Expand Up @@ -533,7 +533,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 c41a03a

Please sign in to comment.