Bug 1501792
Summary: | When imagechanges will trigger twice deploys. | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | zhou ying <yinzhou> |
Component: | openshift-controller-manager | Assignee: | Michal Fojtik <mfojtik> |
Status: | CLOSED WONTFIX | QA Contact: | zhou ying <yinzhou> |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | 3.7.0 | CC: | aos-bugs, jminter, mfojtik, rromanni, yinzhou |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | 1466583 | Environment: | |
Last Closed: | 2019-08-23 12:58:26 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: | |||
Bug Depends On: | 1466583 | ||
Bug Blocks: |
Description
zhou ying
2017-10-13 08:34:32 UTC
Why we have this clone? The original bug was duplicate of https://bugzilla.redhat.com/show_bug.cgi?id=1463499 which was verified. Do you see this behavior in 3.7.0 (iow. we regressed?) We could reproduced with version v3.7.0-0.147.1, but for version openshift v3.7.0-0.155.0 can't reproduce again, so weird, will set it to low. I have reproduced this on OCP 3.7.14 running in the CDK 3.3.0-1. The problem is that the first deployment gets cancelled automatically, and the second has problems pulling the image: Failed to pull image "orders:latest": rpc error: code = 2 desc = unauthorized: authentication required If I cancel the second deployment and trigger one manually, the deployment completes with no problem. This makes the use of the fabric8 maven plugin very difficult, as manual intervention is required. |