Welcome to the Linux Foundation Forum!

helm install -> "INSTALLATION FAILED: Kubernetes cluster unreachable"

Options

Good afternoon everyone

I started the LFS244 course today and unfortunately I am stuck on Lab 3.3.
I did the installation of microk8s and Helm on a new Ubuntu v22.04 VM and that all worked fine.
However, as soon as I try to install a chart using Helm, it cannot reach the cluster and responds with the error:
helm install demo myapp
Error: INSTALLATION FAILED: Kubernetes cluster unreachable: GET "https://192.168.7.129:16443/version": Gateway Timeout

However, the Kubernetes cluster is running and I can connect to it with telnet:
microk8s status
microk8s is running
addons:
...

telnet 192.168.17.129 16443
Trying 192.168.17.129...
Connected to 192.168.17.129.
Escape character is '^]'.

Have you ever had this problem? What am I doing wrong?

Thanks for the support and best regards
Dan

Comments

  • danileau
    danileau Posts: 2
    Options

    Fixed - i had to exclude my local IP 192.168.17.129 from using the set proxy
    no_proxy=localhost,192.168.17.129, 127.0.0.1, .admin.ch

    close :)

  • dre93
    Options

    @danileau said:
    Fixed - i had to exclude my local IP 192.168.17.129 from using the set proxy
    no_proxy=localhost,192.168.17.129, 127.0.0.1, .admin.ch

    close :)

    I ran into the same issue and having issues solving. Is that the command you ran above? When i ran it using my IP it didnt work for me.

Categories

Upcoming Training