Comment 2 for bug 1813635

Revision history for this message
Erich Cordoba (ericho) wrote :

I changed the http-proxy file to look like this:

[Service]
Environment="HTTP_PROXY=http://myproxy" "HTTPS_PROXY=http://myproxy" "NO_PROXY=127.0.0.1,192.168.204.2"

I basically just added 192.168.204.2 to the NO_PROXY variable.

After this change the log shows:

2019-01-28 17:56:21.998 11851 INFO sysinv.conductor.kube_app [-] Image 192.168.204.2:9001/starlingx/stx-panko:dev-centos-pike-latest is not available in local registry, download started from public registry

and start to download from external registry.