Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Banzaicloud not reachable [operator_controller] #79

Closed
maxRN opened this issue Dec 3, 2024 · 2 comments
Closed

Banzaicloud not reachable [operator_controller] #79

maxRN opened this issue Dec 3, 2024 · 2 comments

Comments

@maxRN
Copy link

maxRN commented Dec 3, 2024

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.

➜  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.

banzaicloud/banzai-charts#1349
banzaicloud/banzai-charts#1350
banzaicloud/imps#160

@scontain
Copy link
Owner

scontain commented Dec 3, 2024

Thanks. We realized this and fixed this here: https://github.com/scontain/SH/blob/master/5.9.0-rc.8/operator_controller#L122, i.e., we have a public copy of the code and a private copy of the IMPS image.

@scontain scontain closed this as completed Dec 3, 2024
@maxRN
Copy link
Author

maxRN commented Dec 3, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants