Hydrospheredata / hydro-serving

MLOps Platform
http://docs.hydrosphere.io
Apache License 2.0
271 stars 42 forks source link

Having issues with install using helm chart from repository and release - Kubernetes (minikube) #270

Closed chenchaiah-chinna closed 5 years ago

chenchaiah-chinna commented 5 years ago

Hi, I'm having issues with install using helm chart from repository and releases on local Kubernetes (minikube), but works with manual build. see the details...

Install using helm chart from repository: x-Mac-Pro ~ $ helm repo list NAME URL
stable https://kubernetes-charts.storage.googleapis.com
local http://127.0.0.1:8879/charts
hydrosphere https://hydrospheredata.github.io/hydro-serving/helm/

x-Mac-Pro ~ $ helm install --name serving hydrosphere/serving Error: failed to download "hydrosphere/serving" (hint: running helm repo update may help)

x-Mac-Pro ~ $ helm repo update Hang tight while we grab the latest from your chart repositories... ...Skip local chart repository ...Successfully got an update from the "hydrosphere" chart repository ...Successfully got an update from the "stable" chart repository Update Complete. ⎈ Happy Helming!⎈

x-Mac-Pro ~ $ helm install --name serving hydrosphere/serving Error: failed to download "hydrosphere/serving" (hint: running helm repo update may help)

Install using helm chart from releases x-Mac-Pro ~ $ helm install --name serving https://github.com/Hydrospheredata/hydro-serving/releases/download/2.0.0/serving-2.0.0.tgz Error: failed to download "https://github.com/Hydrospheredata/hydro-serving/releases/download/2.0.0/serving-2.0.0.tgz" (hint: running helm repo update may help)

chenchaiah-chinna commented 5 years ago

looks like this issue has been resolved as part of this commit: https://github.com/Hydrospheredata/hydro-serving/commit/8b70f9d484f42b08a3add0d0e26dd212f44abd66 Thx!