You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OCPBUGS-60873: Prevent duplicate noProxy when adding nodes
A cluster may have duplicate CIDR entries in the noProxy string.
This only causes a problem when adding nodes, a validation in
assisted will detect the duplicate and fail the add node. This fix
detects duplicate entries and removes them.
0 commit comments