I'm trying to install Kypo lite using their official guide here: https://gitlab.ics.muni.cz/muni-kypo-crp/devops/kypo-lite
I'm deploying this on GCP on a N2 High Mem image.
The installation fails with the error:Error: Kubernetes cluster unreachable
default: │ Error: Kubernetes cluster unreachable: Get "https://10.1.2.182:6443/version": dial tcp 10.1.2.182:6443: connect: no route to host
Further up in the logs, i can see that it failed to run a command 'bdist_wheel'
default: ERROR: Command errored out with exit status 1:
default: command: /root/kolla-ansible-venv/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-qjsxd_oj/ansible/setup.py'"'"'; __file__='"'"'/tmp/pip-install-qjsxd_oj/ansible/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-f964doku
default: cwd: /tmp/pip-install-qjsxd_oj/ansible/
default: Complete output (6 lines):
default: usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
default: or: setup.py --help [cmd1 cmd2 ...]
default: or: setup.py --help-commands
default: or: setup.py cmd --help
default:
default: error: invalid command 'bdist_wheel'
default: ----------------------------------------
default: ERROR: Failed building wheel for ansible
I'm not hands-on on Openstack / Devops so unsure what i should do to fix this. Any guidance in this regard please? thank you.