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?
There might be a bad IP Address for the DNS server in the /etc/resolv.conf
and /etc/network/interfaces
files.
/etc/network/interfaces
file, replace the dns-nameservers
parameter value with 8.8.8.8, or your DNS server's IP address. in /etc/resolv.conf
file, replace the name server value with 8.8.8.8, or your DNS server's IP address.Once that pod is recreated, you should be able to view Helm charts in the catalog.