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.13] OCPBUGS-32180: Avoid nil pointer panic while assigning private IP on Azure #139

Commits on Apr 12, 2024

  1. Avoid nil pointer panic while assigning private IP on Azure

    If any previously assigned IP present in IP configurations
    of the NIC is removed from public load balancer backend pool
    then cloud-network-config-controller starts to panic due to
    a nil pointer.
    
    This PR checks whether load balancer backend pull is nil or
    not before proceeding further.
    
    Signed-off-by: Arnab Ghosh <arnabghosh89@gmail.com>
    arghosh93 authored and openshift-cherrypick-robot committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    573759c View commit details
    Browse the repository at this point in the history