Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to install seldon via Helm #3725

Closed
zbloss opened this issue Nov 4, 2021 — with Board Genius Sync · 4 comments
Closed

Unable to install seldon via Helm #3725

zbloss opened this issue Nov 4, 2021 — with Board Genius Sync · 4 comments
Assignees
Labels
bug triage Needs to be triaged and prioritised accordingly

Comments

Copy link

zbloss commented Nov 4, 2021

Describe the bug

I am unable to install seldon via the provided helm install command due to what I believe is a kubernetes API change.

To reproduce

helm install seldon-core seldon-core-operator \
    --repo https://storage.googleapis.com/seldon-charts \
    --set usageMetrics.enabled=true \
    --set istio.enabled=true \
    --namespace seldon-system
Error: unable to build kubernetes objects from release manifest: [unable to recognize "": no matches for kind "ClusterRole" in version "rbac.authorization.k8s.io/v1beta1", unable to recognize "": no matches for kind "ClusterRoleBinding" in version "rbac.authorization.k8s.io/v1beta1", unable to recognize "": no matches for kind "ValidatingWebhookConfiguration" in version "admissionregistration.k8s.io/v1beta1"]

Expected behaviour

Seldon to be successfully installed.

Environment

  • Cloud Provider: Minikube
  • Kubernetes Cluster Version:
    • Client Version:
version.Info{
Major:"1", 
Minor:"18", 
GitVersion:"v1.18.5", 
GitCommit:"e6503f8d8f769ace2f338794c914a96fc335df0f", 
GitTreeState:"clean", 
BuildDate:"2020-06-26T03:47:41Z", 
GoVersion:"go1.13.9", 
Compiler:"gc", 
Platform:"darwin/amd64"
}
* Server Version:  
version.Info{
Major:"1", 
Minor:"22", 
GitVersion:"v1.22.2", 
GitCommit:"8b5a19147530eaac9476b0ab82980b4088bbc1b2", 
GitTreeState:"clean",
BuildDate:"2021-09-15T21:32:41Z",
GoVersion:"go1.16.8",
Compiler:"gc",
Platform:"linux/amd64"
}
@zbloss zbloss added bug triage Needs to be triaged and prioritised accordingly labels Nov 4, 2021
@axsaucedo
Copy link
Contributor

We can confirm that this was fixed in master and will be released as part of seldon core 1.12 #3667

@zbloss
Copy link
Author

zbloss commented Nov 4, 2021

Beautiful, do you know when that will be released?

Also, a Kustomize install from master should work until then right?

@axsaucedo
Copy link
Contributor

axsaucedo commented Nov 5, 2021

Release is planned in ~4 weeks. For your latter question, yes that or a direct helm install from master as:

helm upgrade --install seldon-core helm-charts/seldon-core-operator/ --namespace seldon-system --set istio.enabled="true" --set istio.gateway="seldon-gateway.istio-system.svc.cluster.local" --set ambassador.enabled="true"

@axsaucedo
Copy link
Contributor

Hope the suggestion above resolved the issue, please reopen if still issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug triage Needs to be triaged and prioritised accordingly
Projects
None yet
Development

No branches or pull requests

2 participants