kubetail-org / kubetail

Web-based, real-time log viewer for Kubernetes
https://www.kubetail.com/demo
Apache License 2.0
301 stars 16 forks source link

[404 Not Found] Helm Repo Add Error #1

Closed Waji-97 closed 5 months ago

Waji-97 commented 5 months ago

Hello,

I am learning K8s and trying to kind of install everything new that I encounter regarding Kubernetes in my home cluster. I didn't have any logs system set up in my home cluster at the moment so I tried to install Kubetail using Helm however, the helm repo add command mentioned in the README didn't work.

$ helm repo add kubetail https://kubetail-org.github.com/helm/
Error: looks like "https://kubetail-org.github.com/helm/" is not a valid chart repository or cannot be reached: failed to fetch https://kubetail-org.github.com/helm/index.yaml : 404 Not Found
amorey commented 5 months ago

Thanks for the heads up! The address should be .io, not .com (https://kubetail-org.github.io/helm/). Fixed in the README.