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

Cleanup multus conf on exit #1299

Merged

Commits on Jul 18, 2024

  1. Add signals package

    this provides a simple way to handle incoming
    os signas using context
    
    Signed-off-by: adrianc <adrianc@nvidia.com>
    adrianchiris committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    334fdce View commit details
    Browse the repository at this point in the history
  2. delete multus conf file generated by thin_entrypoint

    - if cleanup-config-on-exit is set delete generated multus
      config file on exit.
    
    - add an option to skip watch for master cni config and kubeconfig
      as cleanup-config-on-exit with multus-conf-file=auto also triggered
      the watch for cases when deletion of multus config is desired but watch isnt
    
    - setup signal handling to allow config file cleanup on exit
    
    Signed-off-by: adrianc <adrianc@nvidia.com>
    adrianchiris committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    004f1e6 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. update how-to-use doc

    Signed-off-by: adrianc <adrianc@nvidia.com>
    adrianchiris committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    6ade0ce View commit details
    Browse the repository at this point in the history