Bug 1491202
Summary: | [Federation] Failed to create load balancer for service federation-system/apiserver on GCE | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Qixuan Wang <qixuan.wang> | ||||||
Component: | Master | Assignee: | David Eads <deads> | ||||||
Status: | CLOSED ERRATA | QA Contact: | Qixuan Wang <qixuan.wang> | ||||||
Severity: | high | Docs Contact: | |||||||
Priority: | high | ||||||||
Version: | 3.7.0 | CC: | aos-bugs, chezhang, jokerman, mfojtik, mmccomas, qixuan.wang, wsun, xtian | ||||||
Target Milestone: | --- | Keywords: | TestBlocker | ||||||
Target Release: | 3.7.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: | 2017-11-28 22:10: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: | |||||||||
Attachments: |
|
Description
Qixuan Wang
2017-09-13 09:59:57 UTC
This looks like an error creating a Service type LoadBalancer on GCE (not specific to federation). Can you please provide the master logs when this happen? Also is this permanently broken or it fixes itself (as there should be retry). To me this seems like the GCE is lagging in setting the cluster ID as ready. Created attachment 1326376 [details]
atomic-openshift-master-controllers
Created attachment 1326377 [details]
atomic-openshift-master-api
It's permanently broken. Attached the master logs. It blocks the federation cluster setup for OpenShift 3.7 on GCP. The https://github.com/openshift/origin/pull/16089 was merged, setting this ON_QA. The fix has not been in OCP 3.7.0-0.126.4 yet. Moving back to modified. Tested on openshift v3.7.0-0.143.2 (kubernetes v1.7.0+80709908fd, etcd 3.2.1, registry.ops.openshift.com/openshift3/ose-federation:v3.7.0-0.147.1), the bug has been fixed, thanks. [root@preserve-qw-master-etcd-nfs-1 ~]# oc get all -n federation-system NAME READY STATUS RESTARTS AGE po/qwangfed-apiserver-2147565502-7b76l 2/2 Running 0 36m po/qwangfed-controller-manager-1909511936-s5kqx 1/1 Running 1 38m NAME CLUSTER-IP EXTERNAL-IP PORT(S) AGE svc/qwangfed-apiserver 172.30.0.140 172.29.147.174,172.29.147.174 443:32697/TCP 38m NAME DESIRED CURRENT UP-TO-DATE AVAILABLE AGE deploy/qwangfed-apiserver 1 1 1 1 38m deploy/qwangfed-controller-manager 1 1 1 1 38m NAME DESIRED CURRENT READY AGE rs/qwangfed-apiserver-2147565502 1 1 1 36m rs/qwangfed-apiserver-265993101 0 0 0 38m rs/qwangfed-controller-manager-1909511936 1 1 1 38m 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/RHSA-2017:3188 |