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

[Runtimes] Fix skipped deployment to set the right image #904

Merged
merged 4 commits into from Apr 29, 2021

Conversation

Hedingber
Copy link
Contributor

@Hedingber Hedingber commented Apr 29, 2021

A call to .deploy() when nothing specified doesn't really require deploy since the default base image is mlrun/mlrun so although by default with_mlrun is True there's no need to install mlrun on it, since it's already installed.
There was a bug that caused the wrong image to be set on the function's spec + deploy was returning False as if it was failed - Fixed it
Also changed the default base image to be configurable
Fixes #900

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

Successfully merging this pull request may close these issues.

Kubernetes job deploy() fails when using external .py file in code_to_function()
1 participant