Bug 2088431 - AvoidBuggyIPs field of addresspool should be removed
Summary: AvoidBuggyIPs field of addresspool should be removed
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Networking
Version: 4.11
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: 4.11.0
Assignee: Federico Paolinelli
QA Contact: Arti Sood
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-05-19 12:48 UTC by Federico Paolinelli
Modified: 2022-08-10 11:13 UTC (History)
0 users

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-08-10 11:13:14 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github openshift metallb-operator pull 87 0 None open Bug 2088431: Align with upstream 19-05-22 2022-05-19 15:08:45 UTC
Github openshift metallb pull 56 0 None open Bug 2088431: align with upstream 19-05-22 2022-05-19 12:50:54 UTC
Red Hat Product Errata RHSA-2022:5069 0 None None None 2022-08-10 11:13:25 UTC

Description Federico Paolinelli 2022-05-19 12:48:06 UTC
Description of problem:

The field is redundant and since this is the first version of the api, we should remove it.

Comment 2 Arti Sood 2022-06-06 19:56:04 UTC
Verified the field is removed.

oc get csv -n metallb-system
NAME                                   DISPLAY            VERSION               REPLACES   PHASE
metallb-operator.4.11.0-202206061237   MetalLB Operator   4.11.0-202206061237              Succeeded


oc get ipaddresspool ip-addresspool-sample1 -n metallb-system -oyaml
apiVersion: metallb.io/v1beta1
kind: IPAddressPool
metadata:
  creationTimestamp: "2022-06-06T19:52:51Z"
  generation: 1
  managedFields:
  - apiVersion: metallb.io/v1beta1
    fieldsType: FieldsV1
    fieldsV1:
      f:spec:
        .: {}
        f:addresses: {}
        f:autoAssign: {}
    manager: Mozilla
    operation: Update
    time: "2022-06-06T19:52:51Z"
  name: ip-addresspool-sample1
  namespace: metallb-system
  resourceVersion: "60495"
  uid: d1b21f60-e073-4c1d-ba39-5b2e900a75f4
spec:
  addresses:
  - 172.31.249.45/32
  autoAssign: true

Comment 4 errata-xmlrpc 2022-08-10 11:13:14 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (Important: OpenShift Container Platform 4.11.0 bug fix and security update), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHSA-2022:5069


Note You need to log in before you can comment on or make changes to this bug.