File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11vendor
2+ coverage.html
23* ~
34* .o
45* .a
Original file line number Diff line number Diff line change @@ -568,14 +568,14 @@ function k8s_log() {
568568
569569 if [[ -f " $HOME /.bin/lj" ]] ; then
570570 if [[ $@ =~ (-F| --follow) || -n " $follow " ]] ; then
571- kubectl logs " $resource " -f | lj -F $@
571+ kubectl logs " $resource " --tail=50 - f | lj -F $@
572572 return $?
573573 else
574- kubectl logs " $resource " | lj $@
574+ kubectl logs " $resource " --tail=50 | lj $@
575575 return $?
576576 fi
577577 else
578- kubectl logs " $resource " $@
578+ kubectl logs " $resource " --tail=50 $@
579579 return $?
580580 fi
581581}
Original file line number Diff line number Diff line change 77
88# ###############################################################################
99
10- VERSION=" 2.5.10 "
10+ VERSION=" 2.5.11 "
1111
1212# ###############################################################################
1313
You can’t perform that action at this time.
0 commit comments