Hydrospheredata / hydro-serving

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

New K8 install does not have sidecar #265

Closed ravimadhusudhan8 closed 5 years ago

ravimadhusudhan8 commented 5 years ago

There does not seem to be a sidecar with a K8 install that I did with -

$ helm install --name serving hydrosphere/serving

From this page - https://hydrosphere.io/serving-docs/installation.html

no-sidecar

ravimadhusudhan8 commented 5 years ago

I have now installed an older version -

helm install --name my-release https://github.com/Hydrospheredata/hydro-serving-helm/releases/download/0.1.15/serving-0.1.15.tgz

Which works on another K8 cluster - and sidecar comes up.

KineticCookie commented 5 years ago

Yeah, we got rid of the sidecar in the new version. We will make an announcement for the release

ravimadhusudhan8 commented 5 years ago

Thanks @KineticCookie for the update