Bug 1954880 - Marketplace extract container does not request CPU or memory
Summary: Marketplace extract container does not request CPU or memory
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: OLM
Version: 4.8
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
: 4.6.z
Assignee: Kevin Rizza
QA Contact: Salvatore Colangelo
URL:
Whiteboard:
Depends On: 1952851
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-04-29 01:31 UTC by OpenShift BugZilla Robot
Modified: 2021-05-26 06:28 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-05-26 06:27:55 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github operator-framework operator-lifecycle-manager pull 2126 0 None open [release-4.6] [release-4.7] Bug 1954880: Add resource requests for bundle unpacker 2021-05-13 12:48:34 UTC
Red Hat Product Errata RHBA-2021:1565 0 None None None 2021-05-26 06:28:06 UTC

Comment 4 Salvatore Colangelo 2021-05-17 12:39:17 UTC
[scolange@scolange ~]$ oc get clusterversion
NAME      VERSION                             AVAILABLE   PROGRESSING   SINCE   STATUS
version   4.6.0-0.nightly-2021-05-15-131411   True        False         17m     Cluster version is 4.6.0-0.nightly-2021-05-15-131411



1. Install an operator in a general namespaces


[scolange@scolange ~]$ oc -n scolange get sub
NAME                             PACKAGE                          SOURCE                CHANNEL
couchbase-enterprise-certified   couchbase-enterprise-certified   certified-operators   stable

[scolange@scolange ~]$ oc -n scolange get csv
NAME                        DISPLAY              VERSION   REPLACES                    PHASE
couchbase-operator.v2.1.0   Couchbase Operator   2.1.0     couchbase-operator.v2.0.2   Succeeded

[scolange@scolange ~]$ oc -n scolange get ip
NAME            CSV                         APPROVAL    APPROVED
install-hvm84   couchbase-operator.v2.1.0   Automatic   true

2. Verify the jobs from origin namespace in this case ( openshift-marketplace ) 

[scolange@scolange ~]$ oc -n openshift-marketplace get jobs
NAME                                                              COMPLETIONS   DURATION   AGE
5c410a08445875ef0dd1a81b992b068f3a86bd2f5a79c433ad9e0bc4d62ef09   1/1           25s        4m41s


[scolange@scolange ~]$ oc -n openshift-marketplace get jobs 5c410a08445875ef0dd1a81b992b068f3a86bd2f5a79c433ad9e0bc4d62ef09 -o yaml
apiVersion: batch/v1
kind: Job
metadata:
  creationTimestamp: "2021-05-17T12:33:00Z"
  labels:
    controller-uid: df5ffee9-0835-472d-9421-1a7977033b31
    job-name: 5c410a08445875ef0dd1a81b992b068f3a86bd2f5a79c433ad9e0bc4d62ef09
  managedFields:
  - apiVersion: batch/v1
    fieldsType: FieldsV1
    fieldsV1:
      f:metadata:
        f:ownerReferences:
          .: {}
...
...
        terminationMessagePolicy: File
        volumeMounts:
        - mountPath: /bundle
          name: bundle
      - command:
        - /util/cpb
        - /bundle
        image: registry.connect.redhat.com/couchbase/operator-bundle@sha256:78656ed0df41696e67429609e3262ec31f5ca9f5ca946300e6a4a6503c1bbd18
        imagePullPolicy: Always
        name: pull
        resources:
          requests:
            cpu: 10m
            memory: 50Mi
..
status:
  completionTime: "2021-05-17T12:33:25Z"
  conditions:
  - lastProbeTime: "2021-05-17T12:33:25Z"
    lastTransitionTime: "2021-05-17T12:33:25Z"
    status: "True"
    type: Complete
  startTime: "2021-05-17T12:33:00Z"
  succeeded: 1


LGMT

Comment 6 errata-xmlrpc 2021-05-26 06:27:55 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 (OpenShift Container Platform 4.6.30 bug fix 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/RHBA-2021:1565


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