You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the kubernetes-charts.banzaicloud.com domain is experiencing DNS errors for some time now. That makes installing the imagepullsecrets quite cumbersome. I solved it by manually downloading the chart wget https://banzaicloud-kubernetes-charts.prod.eticloud.io/charts/imagepullsecrets-0.3.13.tgz and modifying the script to install the local version.
➜ perikles git:(main) ✗ helm repo add banzaicloud-stable https://kubernetes-charts.banzaicloud.com
Error: looks like "https://kubernetes-charts.banzaicloud.com" is not a valid chart repository or cannot be reached: Get "https://kubernetes-charts.banzaicloud.com/index.yaml": dial tcp: lookup kubernetes-charts.banzaicloud.com: no such host
➜ perikles git:(main) ✗ dig https://kubernetes-charts.banzaicloud.com
;<<>> DiG 9.10.6 <<>> https://kubernetes-charts.banzaicloud.com;; global options: +cmd;; Got answer:;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 12329;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1;; OPT PSEUDOSECTION:; EDNS: version: 0, flags:; udp: 512; OPT=15: 00 17 4e 6f 20 72 65 73 70 6f 6e 73 65 20 72 65 63 65 69 76 65 64 20 66 72 6f 6d 20 6e 61 6d 65 20 73 65 72 76 65 72 73 20 66 6f 72 20 62 61 6e 7a 61 69 63 6c 6f 75 64 2e 63 6f 6d ("..No response received from name servers for banzaicloud.com");; QUESTION SECTION:;https://kubernetes-charts.banzaicloud.com. IN A;; Query time: 223 msec;; SERVER: 192.168.1.4#53(192.168.1.4);; WHEN: Tue Dec 03 07:17:29 CET 2024;; MSG SIZE rcvd: 134
This issue has been reported multiple times to banzaicloud already, but they haven't done anything about it. It seems this project is abandoned.
That's good to hear that it's already fixed. However I ran into this problem when I followed the documentation https://sconedocs.github.io/2_operator_installation/ for installing the Kubernetes operator. Nowhere on the page is it mentioned that the script might not be the most up-to-date version.
Hi,
the kubernetes-charts.banzaicloud.com domain is experiencing DNS errors for some time now. That makes installing the imagepullsecrets quite cumbersome. I solved it by manually downloading the chart
wget https://banzaicloud-kubernetes-charts.prod.eticloud.io/charts/imagepullsecrets-0.3.13.tgz
and modifying the script to install the local version.This issue has been reported multiple times to banzaicloud already, but they haven't done anything about it. It seems this project is abandoned.
banzaicloud/banzai-charts#1349
banzaicloud/banzai-charts#1350
banzaicloud/imps#160
The text was updated successfully, but these errors were encountered: