Skip to content

Commit

Permalink
Makefile: run kubectl-ko script when collecting logs (#4100)
Browse files Browse the repository at this point in the history
Signed-off-by: zhangzujian <zhangzujian.7@gmail.com>
  • Loading branch information
zhangzujian committed May 29, 2024
1 parent 64d1e1c commit b4f54da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ dist/windows/kube-ovn-daemon.exe
ovnnb_db.*.backup
ovnsb_db.*.backup
**/kubectl-ko-log/*
kubectl-ko-log.tar.gz
kube-ovn.yaml
kube-ovn-crd.yaml
ovn.yaml
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -916,7 +916,7 @@ ipam-bench:

.PHONY: kubectl-ko-log
kubectl-ko-log:
kubectl ko log all
bash dist/images/kubectl-ko log all
tar -zcvf kubectl-ko-log.tar.gz kubectl-ko-log/

.PHONY: clean
Expand Down

0 comments on commit b4f54da

Please sign in to comment.