Hydrospheredata / hydro-serving

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

error: Error occurred while preparing cluster: 'current-cluster' #257

Closed albertnanda closed 5 years ago

albertnanda commented 5 years ago

getting error whenever i issue any hs command: error: Error occurred while preparing cluster: 'current-cluster'

chenchaiah-chinna commented 5 years ago

I got the same error when I installed CLI release candidate 2.0.0rc2, then it got fixed after installing 2.0.0rc3 pip install hs==2.0.0rc3 https://pypi.org/project/hs/#history

ravimadhusudhan8 commented 5 years ago

On K8

tidylobster commented 5 years ago

This issue is related to the backward incompatibility with the newest cli architecture. If you had created cluster entities with the previous cli version, you would probably experience this. To fix, remove all previously created meta information rm -rf ~/.hs-home and try again with hs==2.0.0rc3

KineticCookie commented 5 years ago

Closed since hs==2.0.0 contains fix for this