You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The installation using the helm install command from the URL above outputs this (notice that I had to change from --name to -name due to changes in this helm tool version
$ helm install seldon-core-operator -name seldon-core --repo https://storage.googleapis.com/seldon-charts --set usageMetrics.enabled=true --namespace seldon-system
Error: unable to build kubernetes objects from release manifest: [unable to recognize "": no matches for kind "Deployment" in version "apps/v1beta1", unable to recognize "": no matches for kind "Deployment" in version "extensions/v1beta1", unable to recognize "": no matches for kind "StatefulSet" in version "apps/v1beta2"]
The installation of the 0.5.0-SNAPSHOT outputs this
$ helm install seldon-core-operator -name seldon-core --repo https://storage.googleapis.com/seldon-charts --set usageMetrics.enabled=true --namespace seldon-system --version 0.5.0-SNAPSHOT
Error: chart "seldon-core" version "0.5.0-SNAPSHOT" not found in https://storage.googleapis.com/seldon-charts repository
The text was updated successfully, but these errors were encountered:
JoaoRMF
changed the title
Helm install fails with unable to build kubernetes objects from release manifest: [unable to recognize "": no matches for kind "Deployment" in version "apps/v1beta1", unable to recognize "": no matches for kind "Deployment" in version "extensions/v1beta1", unable to recognize "": no matches for kind "StatefulSet" in version "apps/v1beta2"]
Helm install fails with error: unable to build kubernetes objects from release manifest: [unable to recognize "": no matches for kind "Deployment" in version "apps/v1beta1", unable to recognize "": no matches for kind "Deployment" in version "extensions/v1beta1", unable to recognize "": no matches for kind "StatefulSet" in version "apps/v1beta2"]
Nov 11, 2019
ukclivecox
changed the title
Helm install fails with error: unable to build kubernetes objects from release manifest: [unable to recognize "": no matches for kind "Deployment" in version "apps/v1beta1", unable to recognize "": no matches for kind "Deployment" in version "extensions/v1beta1", unable to recognize "": no matches for kind "StatefulSet" in version "apps/v1beta2"]
Helm install issues on k8s 1.16.2
Nov 11, 2019
I'm trying to install Seldon Core using Helm following the instructions here:
https://docs.seldon.io/projects/seldon-core/en/latest/workflow/install.html#seldon-core-helm-install
I have this versions for helm and kubectl:
The installation using the helm install command from the URL above outputs this (notice that I had to change from
--name
to-name
due to changes in this helm tool versionThe installation of the 0.5.0-SNAPSHOT outputs this
The text was updated successfully, but these errors were encountered: