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

Replace shell wrapper with a Go wrapper #700

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Nov 6, 2024

  1. implement golang wrapper to replace shell scripts

    Some platforms and Kubernetes distributions do not include a shell. This
    patch replaces the shell wrapper scripts with a small Go program.
    
    Signed-off-by: Jean-Francois Roy <[email protected]>
    jfroy committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    dc79fa8 View commit details
    Browse the repository at this point in the history
  2. use the new Go wrapper program

    This patch modifies the the container toolkit installer, used by the
    GPU operator, to use the new Go wrapper program.
    
    Signed-off-by: Jean-Francois Roy <[email protected]>
    jfroy committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    8d8dbd3 View commit details
    Browse the repository at this point in the history
  3. inline execve

    Signed-off-by: Jean-Francois Roy <[email protected]>
    jfroy committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    0c1e76a View commit details
    Browse the repository at this point in the history
  4. remove runtime wrapper driver detection

    This will be handled by the runtime itself.
    
    Signed-off-by: Jean-Francois Roy <[email protected]>
    jfroy committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    d9c52ec View commit details
    Browse the repository at this point in the history