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

[release-4.7] Bug 1929257: Fix 1:1 mapping for kubeletconfig:MC and some e2e test fixes #2462

Merged
merged 2 commits into from Mar 19, 2021

Commits on Mar 15, 2021

  1. Fix 1:1 mapping for kubeletconfig:MC and some e2e test fixes

    Minor fix in the logic for getting the suffix of the MC for a kubelet
    config. Remove some extra debugs from the e2e tests.
    
    Signed-off-by: Urvashi Mohnani <umohnani@redhat.com>
    umohnani8 committed Mar 15, 2021
    Copy the full SHA
    6ab6dbb View commit details
    Browse the repository at this point in the history
  2. Make getting the suffix of a kubeletconfig MC more robust

    Instead of relying on the order in which the kubeletconfig
    objects are added to the list, let's go through the
    list and find the maximum suffix value used. We can
    then add 1 to the max suffix value to be used for the
    MC when creating the new kubeletconfig object.
    
    Signed-off-by: Urvashi Mohnani <umohnani@redhat.com>
    umohnani8 committed Mar 15, 2021
    Copy the full SHA
    43fd81e View commit details
    Browse the repository at this point in the history