-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Grant pipeline-runner k8s service account admin permission #220
Comments
To quickly unblock, you can run following command to grant the pipeline runner with enough permission
|
Should it really be admin? Is there a way we could grant lesser privileges? |
We can also add permission incrementally. but it's hard to predict what resource user want to launch from a pipeline. it could be, for example, a customized resource. admin permission is fine as long as it's a single user scenario. for multi user case, i would hope to see how kubeflow sets things up and follow the same convention. |
Update - The current set of permission is working fine, after adding admin permission for all Kubeflow resources and PV/PVC |
* Add CLI documentation * Add cobra as explicit dependency * update README with correct command
Currently if user's pipeline wants to launch a tf-job, job or other K8s resources, it will fail with following error
We need to grant pipeline-runner the admin permission so it can launch anything user specifies.
The text was updated successfully, but these errors were encountered: