monocular
monocular copied to clipboard
Error: failed to download "monocular"....
Hi,
Fresh install of Minikube 0.28.2 on Windows 10 and after following the instructions I am unable to install Monocular. Any suggestions?
C:\Kubernetes>helm list
NAME REVISION UPDATED STATUS CHART APP VERSION NAMESPACE
geared-hyena 1 Mon Aug 20 19:49:36 2018 DEPLOYED nginx-ingress-0.25.1 0.17.1 default
C:\Kubernetes>helm repo add monocular https://helm.github.io/monocular
"monocular" has been added to your repositories
C:\Kubernetes>helm install --name my-release monocular
Error: failed to download "monocular" (hint: running `helm repo update` may help)
C:\Kubernetes>helm repo update
Hang tight while we grab the latest from your chart repositories...
...Skip local chart repository
...Successfully got an update from the "monocular" chart repository
...Successfully got an update from the "bitnami" chart repository
...Successfully got an update from the "stable" chart repository
Update Complete. ⎈ Happy Helming!⎈
C:\Kubernetes>helm install --name my-release monocular
Error: failed to download "monocular" (hint: running `helm repo update` may help)
C:\Kubernetes>helm version
Client: &version.Version{SemVer:"v2.10.0", GitCommit:"9ad53aac42165a5fadc6c87be0dea6b115f93090", GitTreeState:"clean"}
Server: &version.Version{SemVer:"v2.10.0", GitCommit:"9ad53aac42165a5fadc6c87be0dea6b115f93090", GitTreeState:"clean"}
@natiki can you try adding the --debug flag to helm install?
C:\Kubernetes>helm install --name my-release monocular --debug
[debug] Created tunnel using local port: '20471'
[debug] SERVER: "127.0.0.1:20471"
[debug] Original chart version: ""
Error: Non-absolute URLs should be in form of repo_name/path_to_chart, got: monocular
Huh, I'm not sure why that doesn't work, also seems to be a Windows specific issue
Let me know if I can do anymore testing for you
Why is https://helm.github.io/monocular/ down. Where can I get a published version of the helm chart?