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 1849543: Use mc name as finalizer for kubelet config #2076

Merged
merged 1 commit into from Oct 9, 2020

Commits on Sep 10, 2020

  1. Use mc name as finalizer for kubelet config

    The uid was being used as the entry for the finalizer list
    but everytime an update happens it generates a new uid, which
    is why we were ending up with multiple uids in the finalizers
    list. So use the mc name for the list of finalizer instead as
    the mc name stays the same for each kubelet config.
    
    Signed-off-by: Urvashi Mohnani <umohnani@redhat.com>
    umohnani8 committed Sep 10, 2020
    Copy the full SHA
    e1fa02e View commit details
    Browse the repository at this point in the history