This message was deleted.
# general
a
This message was deleted.
f
btw. I also don’t see the images in the “featured charts”. I get this when I look at the image source:
c
Do you have a proxy or firewall between your nodes and the Internet that is doing TLS interception / SSL decrypt for security purposes?
Really feels like something is messing with tls connections coming out of your cluster
f
thanks for your help! all nodes are running as VMs in a proxmox cluster and from the node’s shell it works. after reading your comments I had the idea to test DNS resolution and the problem is here: github.com is resolved to the IP of my proxmox host server. github.com. (with a . at the end) however is resolved correctly. When I add a . to the hostname also adding a helm repo works. So there must be something wrong in the DNS config, I’ll keep you updated in case someone else has a similar issue.
finally I was able to fix it, I’ll explain here in case someone else has a similar issue. My nodes got their IPs from DHCP (with host reservation). From DHCP they also got the search-domain
<http://mydom.com|mydom.com>
.
*.<http://mydom.com|mydom.com>
is resolved to the proxmox host’s public IP, and for some reason github.com was resolved to that IP from inside the cluster (but not from the node’s shell). the fix was to switch from dhcp to static IP and then to remove `domain`and `search`from
/etc/resolv.conf
.