banzaicloud / banzai-charts

Curated list of Banzai Cloud Helm charts used by the Pipeline Platform
Apache License 2.0
367 stars 278 forks source link

helm repository DNS record gone #1349

Closed DesmondH0 closed 9 months ago

DesmondH0 commented 9 months ago

Describe the bug Looks like banzaicloud helm repo domain DNS record is not resolvable from public DNS Domain: kubernetes-charts.banzaicloud.com

Steps to reproduce the issue:

#> dig kubernetes-charts.banzaicloud.com @8.8.8.8 +short
(empty result)
#> dig kubernetes-charts.banzaicloud.com @1.1.1.1 +short
(empty result)

#> 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 on ${my_DNS}:53: server misbehaving

Expected behavior Able to resolve and add the repo as expected

bbl232 commented 9 months ago

Ditto

ChrisMcKenzie commented 9 months ago

Is there any update on this?

thanks

nerzhul commented 9 months ago

same issue here, and we forgot to cache it ahem

nerzhul commented 9 months ago

their DNS zone is totally broken

❯ drill SOA banzaicloud.com
;; ->>HEADER<<- opcode: QUERY, rcode: SERVFAIL, id: 51178
;; flags: qr rd ra ; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0 
;; QUESTION SECTION:
;; banzaicloud.com. IN  SOA
francoisferrand commented 9 months ago

Looking at DNS history, it seems this used to alias to banzaicloud-kubernetes-charts.prod.eticloud.io, which is still up: so the charts may still be available there, if that helps

AdamWyzgol commented 9 months ago

Is Banzai Cloud closed by Cisco? looks like most valuable part that was Bank Vaults was moved to new organization so is that means Banzai Cloud is dead?

morphalus commented 9 months ago

I think that is a classic issue. Forgot to pay the bill or something like that.

lgecse commented 9 months ago

@DesmondH0 thanks for reporting the issue. There is a temporary disruption in the legacy Banzai Cloud AWS account, affecting the helm repository. Our SRE team is actively working to resolve this issue. We apologize for any inconvenience and appreciate your patience. We'll keep you updated on the progress.

lgecse commented 9 months ago

@DesmondH0 the repo should be accessible again, please let me know if we can close this issue.

PsychoSid commented 9 months ago

Working for me now. Thank you.

DesmondH0 commented 9 months ago

Working for me as well, thanks a lot 💯