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
Currently, web UI request task's logs using the IP address of a client, in which task is running on. But if a client is running in private subnet web UI tries to request it via private IP, which of course fails.
For example, if IP of a client in private network is 10.232.16.2, request for logs looks like this:
Can we add some way to fetch logs from clients that are not accessible from internet? Maybe prepare endpoint in nomad server which proxies the request to a client? The same problem concerns other endpoints that communicate with nomad client, for example /v1/client/allocation/.../stats endpoint.
I'm happy to contribute, if we agree on some solution for this
The text was updated successfully, but these errors were encountered:
I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Currently, web UI request task's logs using the IP address of a client, in which task is running on. But if a client is running in private subnet web UI tries to request it via private IP, which of course fails.
For example, if IP of a client in private network is 10.232.16.2, request for logs looks like this:
Can we add some way to fetch logs from clients that are not accessible from internet? Maybe prepare endpoint in nomad server which proxies the request to a client? The same problem concerns other endpoints that communicate with nomad client, for example
/v1/client/allocation/.../stats
endpoint.I'm happy to contribute, if we agree on some solution for this
The text was updated successfully, but these errors were encountered: