-
Bug
-
Resolution: Unresolved
-
Critical
-
None
-
4.18
-
Critical
-
Yes
-
Approved
-
False
-
Description of problem:
oc get command can not return results after creating idp when run 4.18-amd64-nightly-gcp-ocm-osd-ccs-xpn-private-f7 CI job.
Version-Release number of selected component (if applicable):
How reproducible:
100%
Steps to Reproduce:
1.create cluster with 4.18-amd64-nightly-gcp-ocm-osd-ccs-xpn-private-f7 CI job. 2.get kubeconfig when cluster ready. 3.export KUBECONFIG env with kubeconfig get from step 2. 4.exexute "oc get users" command successfully, see below my console output: zhewang@fedora:~/tmp$ oc get users NAME UID FULL NAME IDENTITIES backplane-cluster-admin 01517512-0ef3-450f-aba1-58fd62d002ac 5.create idp 6.using "oc get users" and "oc get idp" get related info.
Actual results:
1."oc get users" command return "Unable to connect to the server: Service Unavailable" 2."oc get idp" command return "E1115 16:32:06.454205 41399 memcache.go:265] couldn't get current server API group list: Get "https://api.ci-osd-gcp-z0r5.0sr7.s2.devshift.org:6443/api?timeout=32s": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers) "
Expected results:
oc get command can return right result.
Additional info:
please see below my console output after creating idp and CI job log:
zhewang@fedora:~/tmp$ oc get users Unable to connect to the server: Service Unavailable zhewang@fedora:~/tmp$ oc get idp E1115 16:32:06.454205 41399 memcache.go:265] couldn't get current server API group list: Get "https://api.ci-osd-gcp-z0r5.0sr7.s2.devshift.org:6443/api?timeout=32s": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers) E1115 16:32:38.458280 41399 memcache.go:265] couldn't get current server API group list: Get "https://api.ci-osd-gcp-z0r5.0sr7.s2.devshift.org:6443/api?timeout=32s": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers) E1115 16:33:10.458681 41399 memcache.go:265] couldn't get current server API group list: Get "https://api.ci-osd-gcp-z0r5.0sr7.s2.devshift.org:6443/api?timeout=32s": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers) Unable to connect to the server: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)