Bug 1685230
| Summary: | Operator should use imagePullPolicy: IfNotPresent | |||
|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Clayton Coleman <ccoleman> | |
| Component: | OLM | Assignee: | Evan Cordell <ecordell> | |
| Status: | CLOSED ERRATA | QA Contact: | Jian Zhang <jiazha> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 4.1.0 | CC: | adam.kaplan, aos-bugs, aos-cloud, chuyu, eparis, evb, jchaloup, jeder, jhou, jialiu, jokerman, mmccomas, obulatov, sponnaga, wzheng, xiuwang | |
| Target Milestone: | --- | |||
| Target Release: | 4.1.0 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | 1685229 | |||
| : | 1685232 (view as bug list) | Environment: | ||
| Last Closed: | 2019-06-04 10:44:55 UTC | Type: | --- | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Embargoed: | ||||
| Bug Depends On: | 1685219, 1685224, 1685225, 1685227, 1685228, 1685229 | |||
| Bug Blocks: | 1685232 | |||
|
Description
Clayton Coleman
2019-03-04 17:38:47 UTC
[jzhang@dhcp-140-18 ocp-09]$ oc get clusterversion
NAME VERSION AVAILABLE PROGRESSING SINCE STATUS
version 4.0.0-0.nightly-2019-03-06-074438 True False 35h Cluster version is 4.0.0-0.nightly-2019-03-06-074438
[jzhang@dhcp-140-18 ocp-09]$ oc get pods -n openshift-operator-lifecycle-manager
NAME READY STATUS RESTARTS AGE
catalog-operator-5ccdc69564-pdh75 1/1 Running 0 35h
olm-operator-fc9c95cf6-m5xkm 1/1 Running 0 35h
olm-operators-bxsqt 1/1 Running 0 35h
packageserver-755f8769d8-cl9zb 1/1 Running 0 3h40m
packageserver-755f8769d8-kpnnl 1/1 Running 0 3h40m
[jzhang@dhcp-140-18 ocp-09]$ oc get pods -o yaml -n openshift-operator-lifecycle-manager|grep imagePullPolicy:
imagePullPolicy: IfNotPresent
imagePullPolicy: IfNotPresent
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
imagePullPolicy: Always
The olm-operator, catalog-operator were managed by the CVO, the packageserver was managed by the OLM.
LGTM, verify it.
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, 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-2019:0758 |