-
Notifications
You must be signed in to change notification settings - Fork 24
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
Adjust Kserve's python image uid for ODH #13
Comments
@ReToCode @skonto My understanding was that it is necessary to fix how the user in these Dockerfiles Note: we are disabling some of the features in KServe because we don't need to support them at this stage (see https://github.com/opendatahub-io/odh-manifests/issues/885) so this limit the scope of this ticket too. FYI @israel-hdez |
I don't think it is as you do not target/support those runtimes, rigth? But, it would be if you want to support the runtimes that KServe has. KServe runtimes run as uid=1000 which will not work on OCP without anyuid. But images can be rebuilt with another use if necessary. |
Reducing priority to |
/kind feature
Describe the solution you'd like
The uid needs to change for python images to something compatible for ODH.
Right now kserve needs to run with uid 1000 for python images because it creates files that have permissions based on that id.
This needs to change as now the user needs to allow uid 1000 on OCP, the latter requires a special scc.
See discussion opendatahub-io/odh-manifests#838 (comment) for more.
Anything else you would like to add:
N/A
The text was updated successfully, but these errors were encountered: