Bug 2088431
| Summary: | AvoidBuggyIPs field of addresspool should be removed | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Federico Paolinelli <fpaoline> |
| Component: | Networking | Assignee: | Federico Paolinelli <fpaoline> |
| Networking sub component: | Metal LB | QA Contact: | Arti Sood <asood> |
| Status: | CLOSED ERRATA | Docs Contact: | |
| Severity: | medium | ||
| Priority: | medium | ||
| Version: | 4.11 | ||
| Target Milestone: | --- | ||
| Target Release: | 4.11.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-08-10 11:13:14 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Federico Paolinelli
2022-05-19 12:48:06 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
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 |