Bug 1627005
Summary: | oc cluster up better to always pull the latest images instead of using previous pulled ones | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | zhou ying <yinzhou> |
Component: | oc | Assignee: | Juan Vallejo <jvallejo> |
Status: | CLOSED NOTABUG | QA Contact: | Xingxing Xia <xxia> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 3.11.0 | CC: | aos-bugs, deads, jokerman, mfojtik, mmccomas, yinzhou |
Target Milestone: | --- | Keywords: | Regression |
Target Release: | 3.11.z | ||
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: | 2018-09-11 17:55:57 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
zhou ying
2018-09-10 09:21:38 UTC
After delete the exist images, then `oc cluster up` succeed. @mfojtik as I recall this behavior is intentional. If you specify exactly which images to use, we assume that you want something in particular and we do *not* repull them. We do the same thing when --tag is specified. Choosing exactly which images to use is a very advanced usage. Yes, if the tag is not latest, we do IfNotExists pull policy, I would close this as not a bug. |