Skip to content

Commit

Permalink
Invoke log collector script with eks_hybrid flag
Browse files Browse the repository at this point in the history
  • Loading branch information
abhay-krishna committed Jan 8, 2025
1 parent 3454e06 commit e97cb9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/os/testdata/log-collector.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ LOG_SCRIPT_URL="https://raw.githubusercontent.com/awslabs/amazon-eks-ami/refs/he

curl -s --retry 5 $LOG_SCRIPT_URL -o /tmp/eks-log-collector.sh

bash /tmp/eks-log-collector.sh
bash /tmp/eks-log-collector.sh --eks_hybrid=true

if ls /var/log/eks_* > /dev/null 2>&1; then
# do not overwrite if the file is already there
Expand Down

0 comments on commit e97cb9b

Please sign in to comment.