kubernetes-helmibm-cloud-private

IBM Cloud Private Catalog doesn't display Helm charts


The catalog page in IBM Cloud Private is empty, and the following error message is in the helm-api pod logs:

'ERROR' 'getChartsFromRepo(recursive) error: getaddrinfo EAI_AGAIN raw.githubusercontent.com:443’

How do I fix this?


Solution

  • There might be a bad IP Address for the DNS server in the /etc/resolv.conf and /etc/network/interfaces files.

    1. In the /etc/network/interfaces file, replace the dns-nameservers parameter value with 8.8.8.8, or your DNS server's IP address. in
    2. In the /etc/resolv.conf file, replace the name server value with 8.8.8.8, or your DNS server's IP address.
    3. From the IBM Cloud Private UI, open the Deployments page, and delete the dns-kube pod.

    Once that pod is recreated, you should be able to view Helm charts in the catalog.