stackabletech / agent

Stackable Agent - a kubelet written in Rust which uses systemd as its backend
Apache License 2.0
15 stars 9 forks source link

Support HTTP proxies for repository connections #95

Open soenkeliebau opened 3 years ago

soenkeliebau commented 3 years ago

The agent currently does not honor the HTTP_PROXY environment variable and offers no command line parameters to configure a proxy either. For the connection to Kubernetes a proxy is not supported, so that is out of scope, but for the repository downloads we should support specifying a proxy in some way.

Options that come to mind are:

soenkeliebau commented 3 years ago

Blocked by packaging discussion