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

option to not set engine user #601

Merged
merged 2 commits into from
May 29, 2019

Conversation

ryandawsonuk
Copy link
Contributor

fixes #527
depends on SeldonIO/seldon-operator#8

Tested by deploying following steps in helm notebook and using --set engine.securityContext.enabled=false to not set any engine user when deploying seldon-core operator. After deploying model verify by checking podspec of model with kubectl get pod <pod> -o yaml.

Without overriding the flag the default is to set engine user as 8888

Copy link
Contributor

@ukclivecox ukclivecox left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You seem to have your image in the PR?

@ryandawsonuk
Copy link
Contributor Author

@cliveseldon oops, thanks... fixed that now

@ryandawsonuk ryandawsonuk merged commit c5d7b30 into SeldonIO:master May 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

option to not set runAsUser for engine
3 participants