Closed elijahomolo closed 3 years ago
Same issue here. Did you find a workaround? Thx
Same issue her!
Hi there,
I'v just published a new version of the chart (3.1.4) which is fixing this issue.
Sorry for the inconvenience.
Regards,
Hi, Thx for ur quick answer. The downloaded version works fine. Alle the pods started fine, except the api. It complains about elastic, even though I had disabled it, at es.enable: false; and es.enable: false; elasticsearch.enable: false; The error: vert.x-eventloop-thread-0] ERROR i.g.e.client.http.HttpClient - Unable to get a connection to Elasticsearch: failed to resolve 'graviteeio-apim-elasticsearch-client.default.svc.cluster.local' after 2 queries Is it a misunderstood?
Hi,
Yea, the management API is requiring a connection to an ES. As you disable embedded ES from the chart, there is no way for the Mgmt-api to gain an access to ES. Reason why you are getting this log.
Super, And I guess it s the same for Mongodb. We need to have an instance running, no way for in memory (test) db?
No, unfortunately there is no way for in-memory db at this time.
This issue still happens with 3.1.27
I've run the following using helm 3 as per the installation docs:
The installation fails with:
Error: template: apim3/templates/gateway/gateway-deployment.yaml:53:13: executing "apim3/templates/gateway/gateway-deployment.yaml" at <ne .Values.gateway.image.tag "nightly">: error calling ne: incompatible types for comparison
kubernetes version 1.20.2
Am I missing something in the installation?