Hi

How can I investigate with origin 3.10 why we have a DNS error resolution
with the API during build ?

Remark : origin has been installed on Centos7 using openshift-ansible ->
release-3.10

oc start-build spring-boot-rest-http --from-dir=. --follow
...
I0817 18:20:53.059968   54560 round_trippers.go:436] POST
https://192.168.99.50:8443/apis/build.openshift.io/v1/namespaces/demo2/buildconfigs/spring-boot-rest-http/instantiatebinary?name=spring-boot-rest-http&namespace=demo2
500 Internal Server Error in 5139 milliseconds
I0817 18:20:53.059993   54560 round_trippers.go:442] Response Headers:
I0817 18:20:53.060002   54560 round_trippers.go:445]     Cache-Control:
no-store
I0817 18:20:53.060008   54560 round_trippers.go:445]     Content-Type:
application/json
I0817 18:20:53.060013   54560 round_trippers.go:445]     Content-Length: 299
I0817 18:20:53.060018   54560 round_trippers.go:445]     Date: Fri, 17 Aug
2018 16:20:53 GMT
I0817 18:20:53.060180   54560 request.go:874] Response Body:
{"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"Internal
error occurred: error dialing backend: dial tcp: lookup cloud: no such
host","reason":"InternalError","details":{"causes":[{"message":"error
dialing backend: dial tcp: lookup cloud: no such host"}]},"code":500}
I0817 18:20:53.060852   54560 helpers.go:201] server response object: [{
  "metadata": {},
  "status": "Failure",
  "message": "Internal error occurred: error dialing backend: dial tcp:
lookup cloud: no such host",
  "reason": "InternalError",
  "details": {
    "causes": [
      {
        "message": "error dialing backend: dial tcp: lookup cloud: no such
host"
      }
    ]
  },
  "code": 500
}]
F0817 18:20:53.060887   54560 helpers.go:119] Error from server
(InternalError): Internal error occurred: error dialing backend: dial tcp:
lookup cloud: no such host

Regards

Charles
_______________________________________________
dev mailing list
[email protected]
http://lists.openshift.redhat.com/openshiftmm/listinfo/dev

Reply via email to