-
Notifications
You must be signed in to change notification settings - Fork 834
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
Helm chart seldon-manager role missing permissions for createResources: true #1885
Comments
Is there a particular reason you are setting There is also a bug fix for |
Reason is we've got seldon installed in its own (not default) namespace. When we create the
|
How did you install? If you use the
|
Oh OK. We've been using kustomize to set the namespace. Thanks for your advice! |
For Kustomize you would need to use cert-manager. That should work also. |
When
createResources: true
in values.yaml, seldon-controller-manager fails to start with this error:Copying the following from (https://github.com/SeldonIO/seldon-core/blob/master/operator/seldon-operator/deploy/role.yaml) to
clusterrole_seldon-manager-role.yaml
seems to make it work:In fact there are a few more rules that are contained in https://github.com/SeldonIO/seldon-core/blob/master/operator/seldon-operator/deploy/role.yaml but missing in the helm chart.
The text was updated successfully, but these errors were encountered: