You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've deployed an instance of InterLink In-cluster case using the Helm chart, where plugin is configured to receive HTTP calls from InterLink API Server:
The following endpoints are invoked correctly: /create, /status and /delete.
However, the /getLogs endpoint is not invoked, it seems that the InterLink API Server is using a malformed url with unix instead of localhost, see logs below:
time="2025-01-07T18:48:03Z" level=error msg="Get \"http://unix/getLogs\": dial tcp: lookup unix on 10.96.0.10:53: no such host"
time="2025-01-07T18:48:03Z" level=error msg="Internal server error on request" error="error getting container logs?): Get \"http://unix/getLogs\": dial tcp: lookup unix on 10.96.0.10:53: no such host" httpStatusCode=500 uri="/containerLogs/default/test-pod/test-container?tailLines=5000×tamps=true" vars="map[]"
Description
I've deployed an instance of InterLink In-cluster case using the Helm chart, where plugin is configured to receive HTTP calls from InterLink API Server:
The following endpoints are invoked correctly: /create, /status and /delete.
However, the
/getLogs
endpoint is not invoked, it seems that the InterLink API Server is using a malformed url withunix
instead oflocalhost
, see logs below:Environment
InterLink versione: 0.3.5
Helm chart version: 0.3.33
The text was updated successfully, but these errors were encountered: