Bug 1783009
| Summary: | [4.3] Scaling an ingresscontroller causes a rolling update | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Miciah Dashiel Butler Masters <mmasters> |
| Component: | Networking | Assignee: | Miciah Dashiel Butler Masters <mmasters> |
| Networking sub component: | router | QA Contact: | Hongan Li <hongli> |
| Status: | CLOSED ERRATA | Docs Contact: | |
| Severity: | high | ||
| Priority: | high | CC: | aos-bugs, dmace, hongli |
| Version: | 4.4 | ||
| Target Milestone: | --- | ||
| Target Release: | 4.3.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1783007 | Environment: | |
| Last Closed: | 2020-01-23 11:18:56 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: | 1783007 | ||
| Bug Blocks: | |||
|
Description
Miciah Dashiel Butler Masters
2019-12-12 19:38:03 UTC
verified with 4.3.0-0.nightly-2019-12-13-180405 and issue has been fixed. $ oc get rs -n openshift-ingress NAME DESIRED CURRENT READY AGE router-default-85dc747cd8 2 2 2 46m $ oc scale ingresscontrollers.operator.openshift.io/default --replicas=1 -n openshift-ingress-operator ingresscontroller.operator.openshift.io/default scaled $ oc get rs -n openshift-ingress NAME DESIRED CURRENT READY AGE router-default-85dc747cd8 1 1 1 47m 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-2020:0062 |