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

Error when using Seldon with Kubeflow pipeline with pipeline-runner is forbidden in creating seldondeployments #2455

Closed
MingfeiPan opened this issue Oct 22, 2019 · 1 comment
Assignees

Comments

@MingfeiPan
Copy link
Contributor

MingfeiPan commented Oct 22, 2019

Full report:

This step is in Failed state with this message: Error from server (Forbidden): error when creating "/tmp/manifest.yaml": seldondeployments.machinelearning.seldon.io is forbidden: User "system:serviceaccount:kubeflow:pipeline-runner" cannot create resource "seldondeployments" in API group "machinelearning.seldon.io" in the namespace "kubeflow"

Edit pipeline-runner clusterrole then add authentications in seldondeployments would solve it, thinking is it feasible to add the config when initializing with Kustomize?

- apiGroups:
  - machinelearning.seldon.io
  resources:
  - seldondeployments
  verbs:
  - '*'
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

4 participants