Bug 1707545
| Summary: | Ingress operator does not implement ingress controller conditions defined in the API | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Miciah Dashiel Butler Masters <mmasters> |
| Component: | Networking | Assignee: | Dan Mace <dmace> |
| Networking sub component: | router | QA Contact: | Hongan Li <hongli> |
| Status: | CLOSED ERRATA | Docs Contact: | |
| Severity: | medium | ||
| Priority: | medium | CC: | aos-bugs, bbennett, nagrawal, spadgett |
| Version: | 4.1.0 | ||
| Target Milestone: | --- | ||
| Target Release: | 4.2.0 | ||
| 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: | 2019-10-16 06:28:32 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
Miciah Dashiel Butler Masters
2019-05-07 18:32:41 UTC
*** Bug 1707510 has been marked as a duplicate of this bug. *** Too risky to change now, we can perhaps backport a fix to 4.1.z if appropriate. verified with 4.2.0-0.nightly-2019-06-25-003324 and issue has been fixed.
$ oc -n openshift-ingress-operator describe ingresscontrollers/default
<---snip--->
Status:
Available Replicas: 2
Conditions:
Last Transition Time: 2019-06-25T06:24:38Z
Status: True
Type: Available
Last Transition Time: 2019-06-25T06:22:02Z
Message: The endpoint publishing strategy supports a managed load balancer
Reason: WantedByEndpointPublishingStrategy
Status: True
Type: LoadBalancerManaged
Last Transition Time: 2019-06-25T06:22:07Z
Message: The LoadBalancer service is provisioned
Reason: LoadBalancerProvisioned
Status: True
Type: LoadBalancerReady
Last Transition Time: 2019-06-25T06:22:02Z
Message: DNS management is supported and zones are specified in the cluster DNS config.
Reason: Normal
Status: True
Type: DNSManaged
Last Transition Time: 2019-06-25T06:22:10Z
Message: The record is provisioned in all reported zones.
Reason: NoFailedZones
Status: True
Type: DNSReady
<---snip--->
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:2922 |