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

Redesign device plugin reset #747

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 1, 2024

  1. This commit introduces a new redesign on how the operator resets the …

    …device plugin
    
    * use a general nodeSelector to avoid updating the daemonset yaml
    * remove the config-daemon removing pod (better security)
    * make the operator in charge of resetting the device plugin via annotations
    * mark the node as cordon BEFORE we remove the device plugin (without drain) to avoid scheduling new pods until the device plugin is backed up
    
    Signed-off-by: Sebastian Sch <sebassch@gmail.com>
    SchSeba committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    4900bc6 View commit details
    Browse the repository at this point in the history