Bug 1994979
| Summary: | Fix skipRange | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Joep van Delft <jdelft> |
| Component: | Networking | Assignee: | Mohamed Mahmoud <mmahmoud> |
| Networking sub component: | Metal LB | QA Contact: | Arti Sood <asood> |
| Status: | CLOSED ERRATA | Docs Contact: | |
| Severity: | high | ||
| Priority: | unspecified | ||
| Version: | 4.9 | ||
| Target Milestone: | --- | ||
| Target Release: | 4.9.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: | 2021-10-18 17:47:03 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
Joep van Delft
2021-08-18 08:57:02 UTC
Verified the skipRange does not have '-' in the version.
olm.skipRange: >=4.8.0 <4.9.0-202108261630
oc describe packagemanifest metallb-operator
Name: metallb-operator
Namespace: default
Labels: catalog=qe-app-registry
catalog-namespace=openshift-marketplace
operatorframework.io/arch.amd64=supported
operatorframework.io/os.linux=supported
provider=Community
provider-url=
Annotations: <none>
API Version: packages.operators.coreos.com/v1
Kind: PackageManifest
Metadata:
Creation Timestamp: 2021-09-02T16:50:35Z
Spec:
Status:
Catalog Source: qe-app-registry
Catalog Source Display Name:
Catalog Source Namespace: openshift-marketplace
Catalog Source Publisher: Red Hat
Channels:
Current CSV: metallb-operator.4.9.0-202108261630
Current CSV Desc:
Annotations:
Alm - Examples: [
{
"apiVersion": "metallb.io/v1alpha1",
"kind": "AddressPool",
"metadata": {
"name": "addresspool-sample1",
"namespace": "openshift-metallb-system"
},
"spec": {
"addresses": [
"172.18.0.100-172.18.0.255"
],
"protocol": "layer2"
}
},
{
"apiVersion": "metallb.io/v1alpha1",
"kind": "AddressPool",
"metadata": {
"name": "addresspool-sample2",
"namespace": "openshift-metallb-system"
},
"spec": {
"addresses": [
"172.20.0.100/24"
],
"autoAssign": false,
"protocol": "layer2"
}
},
{
"apiVersion": "metallb.io/v1alpha1",
"kind": "AddressPool",
"metadata": {
"name": "addresspool-sample3",
"namespace": "openshift-metallb-system"
},
"spec": {
"addresses": [
"2002:2:2::1-2002:2:2::100"
],
"protocol": "layer2"
}
},
{
"apiVersion": "metallb.io/v1beta1",
"kind": "MetalLB",
"metadata": {
"name": "metallb",
"namespace": "openshift-metallb-system"
}
}
]
Capabilities: Basic Install
Categories: Networking
Certified: false
Container Image: registry.redhat.io/openshift4/ose-metallb-operator@sha256:82680625e2710e5f4fb51c4ba6cf2b56d5b74e34b4ca7a971c990a585c4bdadd
Created At: 2021-06-28 00:00:00
Description: An operator for deploying MetalLB on a kubernetes cluster.
olm.skipRange: >=4.8.0 <4.9.0-202108261630
operators.operatorframework.io/builder: operator-sdk-v1.8.0+git
operators.operatorframework.io/project_layout: go.kubebuilder.io/v2
Repository: https://github.com/metallb/metallb-operator
Support: Community
Apiservicedefinitions:
Customresourcedefinitions:
Owned:
Description: AddressPool is the Schema for the addresspools API
Display Name: Address Pool
Kind: AddressPool
Name: addresspools.metallb.io
Version: v1alpha1
Description: MetalLB is the Schema for the metallbs API
Display Name: MetalLB
Kind: MetalLB
Name: metallbs.metallb.io
Version: v1beta1
Description: An operator for deploying MetalLB on a kubernetes cluster.
Display Name: MetalLB Operator
Install Modes:
Supported: true
Type: OwnNamespace
Supported: true
Type: SingleNamespace
Supported: false
Type: MultiNamespace
Supported: false
Type: AllNamespaces
Keywords:
metallb-operator
Links:
Name: MetalLB Operator
URL: https://github.com/metallb/metallb-operator
Maintainers:
Email: rbryant
Name: Russell Bryant
Maturity: alpha
Provider:
Name: Community
Related Images:
registry.redhat.io/openshift4/ose-metallb-operator@sha256:82680625e2710e5f4fb51c4ba6cf2b56d5b74e34b4ca7a971c990a585c4bdadd
registry.redhat.io/openshift4/ose-metallb@sha256:4fdce41a46e3dfd13da1fb2b3d68d9f6bd96ae690ae787d45704a9252c74197c
Version: 4.9.0-202108261630
Name: 4.9
Default Channel: 4.9
Package Name: metallb-operator
Provider:
Name: Community
Events: <none>
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 (Moderate: OpenShift Container Platform 4.9.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-2021:3759 |