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

BUG 2222600: csi: update csi holder daemonset template #498

Merged
merged 1 commit into from
Aug 24, 2023

Commits on Jul 13, 2023

  1. csi: update csi holder daemonset template

    Currently the holder daemonset is never updated
    which will leaves the images the daemonset also
    not updated. we should update the daemonset
    template but not restart the csi holder pods
    which causes the CSI volume access problem,
    set the updateStrategy to OnDelete (already set in
    yaml files) which allow us to update the holder
    daemonset but not restart/update the pods, when a
    pod is deleted or node is rebooted
    the new changes will take effect.
    
    Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
    (cherry picked from commit 1ba3aa4)
    Madhu-1 committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    848e1b3 View commit details
    Browse the repository at this point in the history