gpu-operator icon indicating copy to clipboard operation
gpu-operator copied to clipboard

Possibility to use host `/etc/apt/apt.conf.d/*` during driver installation?

Open skirsten opened this issue 3 years ago • 0 comments

The existing driver.repoConfig.configMapName makes it possible to use a private mirror or cache. But its not very portable and I would much rather use the host's existing /etc/apt/apt.conf.d/01proxy.

Acquire::HTTP::Proxy "http://10.0.0.5:8080";
Acquire::HTTPS::Proxy "false";

Would it be possible to either

  1. supply custom volumes to the driver values to mount this file into the container
  2. supply a custom HTTP_PROXY env that is only valid for the apt requests
  3. ... any other ideas?

skirsten avatar Jun 10 '22 00:06 skirsten