File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 9494 - name : Collect Kubernetes logs
9595 if : always()
9696 run : |
97- curl -O https://raw.githubusercontent.com/willcl-ark/warnet/dev /resources/scripts/k8s-log-collector.sh
97+ curl -O https://raw.githubusercontent.com/willcl-ark/warnet/main /resources/scripts/k8s-log-collector.sh
9898 chmod +x k8s-log-collector.sh
9999 ./k8s-log-collector.sh default
100100 - name : Upload log artifacts
Original file line number Diff line number Diff line change 2323
2424# Collect logs using stern (includes logs from terminated pods)
2525echo " Collecting stern logs..."
26- stern " (tank|commander).*" --namespace=" $NAMESPACE " --output default --since 1h --no-follow > " $LOG_DIR /${TIMESTAMP} _stern_specific_logs.json "
26+ stern " (tank|commander).*" --namespace=" $NAMESPACE " --output default --since 1h --no-follow > " $LOG_DIR /${TIMESTAMP} _stern_logs "
2727
2828# Collect descriptions of all resources
2929echo " Collecting resource descriptions..."
You can’t perform that action at this time.
0 commit comments