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

Fail fast if we cannot determine kubelet version #1484

Commits on Oct 25, 2023

  1. Fail fast if we cannot determine kubelet version

    kubelet is likely to fail when there is a mismatch with GLIBC that is in
    the image vs the one golang uses to build the kubelet. So fail the image
    right away when this happens as this specific kubelet binary will NOT work
    in any instance started with this image.
    ```
    2023-10-25T10:11:38-04:00:     amazon-ebs: kubelet: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by kubelet)
    2023-10-25T10:11:38-04:00:     amazon-ebs: kubelet: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by kubelet)
    ```
    
    Signed-off-by: Davanum Srinivas <davanum@gmail.com>
    dims committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    77e46d7 View commit details
    Browse the repository at this point in the history