Skip to content

Commit 7829b87

Browse files
committed
add detail comment
1 parent c84a974 commit 7829b87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/images/kubectl-ko

+1-1
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ diagnose(){
636636
pingers=$(kubectl -n $KUBE_OVN_NS get po --no-headers -o custom-columns=NAME:.metadata.name -l app=kube-ovn-pinger)
637637
for pinger in $pingers
638638
do
639-
echo "#### pinger diagnose results:"
639+
echo "#### pinger $pinger on namespace $KUBE_OVN_NS diagnose results:"
640640
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
641641
echo ""
642642
done

0 commit comments

Comments
 (0)