Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pkg/driver/flatcar: Update the script #425

Merged
merged 1 commit into from
Feb 7, 2024

Commits on Feb 7, 2024

  1. pkg/driver/flatcar: Update the script

    It was taken straight from the old driver loader bash script, but now
    it's a separate script, so some constructs like `local` make no sense
    there. A result was that no kernel tools were patched, thus they could
    fail to run if they were built against a newer glibc than the one
    provided by the falco-driver-loader image.
    
    Also print both standard output and standard error on failure, so we
    may have some idea about what's going on here.
    
    Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
    krnowak committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    8ed6031 View commit details
    Browse the repository at this point in the history