Kubeinit / kubeinit

Ansible automation to have a KUBErnetes cluster INITialized as soon as possible...

Home Page:https://www.kubeinit.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Working with http_proxy

njayakrishna opened this issue · comments

Hi,
Can you please let me know where to specify the http_proxy when running the installation? I am getting errors as below during install which I believe could be attributed to the proxy settings:

TASK [../../roles/kubeinit_libvirt : Download Debian cloud image] **************************************************************************************************
skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}

TASK [../../roles/kubeinit_libvirt : Download CentOS cloud image] **************************************************************************************************
fatal: [localhost -> nyctea]: FAILED! => {"changed": false, "dest": "/var/lib/libvirt/images/CentOS-Stream-GenericCloud-8-20210603.0.x86_64.qcow2", "elapsed": 10, "msg": "Request failed: <urlopen error [Errno 101] Network is unreachable>", "url": "https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20210603.0.x86_64.qcow2"}

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days