Bug 1741135
| Summary: | DC doesn't adopt RCs | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Tomáš Nožička <tnozicka> |
| Component: | openshift-controller-manager | Assignee: | Tomáš Nožička <tnozicka> |
| Status: | CLOSED ERRATA | QA Contact: | zhou ying <yinzhou> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 4.1.0 | CC: | aos-bugs, bparees, mfojtik, wewang, wzheng |
| Target Milestone: | --- | ||
| Target Release: | 4.1.z | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | workloads | ||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1741133 | Environment: | |
| Last Closed: | 2019-09-20 12:29:24 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: | 1741133 | ||
| Bug Blocks: | |||
|
Description
Tomáš Nožička
2019-08-14 10:59:01 UTC
*** Bug 1744486 has been marked as a duplicate of this bug. *** Confirmed with latest version, the issue has fixed: [root@dhcp-140-138 filejob]# oc get dc NAME REVISION DESIRED CURRENT TRIGGERED BY deployment-example 2 1 1 config,image(deployment-example:latest) [root@dhcp-140-138 filejob]# oc delete -f dc.yaml --cascade=false deploymentconfig.apps.openshift.io "deployment-example" deleted [root@dhcp-140-138 filejob]# oc get rc NAME DESIRED CURRENT READY AGE deployment-example-1 0 0 0 7m8s deployment-example-2 1 1 1 3m48s [root@dhcp-140-138 filejob]# oc get dc No resources found. [root@dhcp-140-138 filejob]# oc create -f dc.yaml deploymentconfig.apps.openshift.io/deployment-example created [root@dhcp-140-138 filejob]# oc get dc NAME REVISION DESIRED CURRENT TRIGGERED BY deployment-example 2 1 1 config,image(deployment-example:latest) [root@dhcp-140-138 filejob]# oc get rc NAME DESIRED CURRENT READY AGE deployment-example-1 0 0 0 7m46s deployment-example-2 1 1 1 4m26s [root@dhcp-140-138 filejob]# oc rollout latest dc/deployment-example deploymentconfig.apps.openshift.io/deployment-example rolled out [root@dhcp-140-138 filejob]# oc get rc NAME DESIRED CURRENT READY AGE deployment-example-1 0 0 0 13m deployment-example-2 0 0 0 10m deployment-example-3 1 1 1 42s 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:2768 |