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

Install seldon in a single namespace with restricted tiller #514

Closed
raiRaiyan opened this issue Apr 17, 2019 · 1 comment
Closed

Install seldon in a single namespace with restricted tiller #514

raiRaiyan opened this issue Apr 17, 2019 · 1 comment

Comments

@raiRaiyan
Copy link

raiRaiyan commented Apr 17, 2019

I have tiller installed in a kubernetes cluster with full access to a single namespace.

When I try to install seldon-crd using helm in that namespace, I get the following error:

User "system:serviceaccount:seldon:tiller" cannot create resource "customresourcedefinitions" in API group "apiextensions.k8s.io" at the cluster scope

Am I missing something here? Does the tiller need cluster wide access to install crd eventhough I am installing seldon on one namespace?

@raiRaiyan
Copy link
Author

Found the answer here: kubernetes/kubernetes#65551
Kubernetes does not allow namespace local CRD's. While seldon core can be installed local to a namespace, seldon-core-crd cannot.

agrski pushed a commit that referenced this issue Dec 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant