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

Rclone as default storage initalizer #3159

Merged
merged 8 commits into from
May 7, 2021
Merged

Rclone as default storage initalizer #3159

merged 8 commits into from
May 7, 2021

Conversation

RafalSkolasinski
Copy link
Contributor

@RafalSkolasinski RafalSkolasinski commented May 4, 2021

What this PR does / why we need it:

Make rclone storage initializer default in Seldon Core 1.8

Which issue(s) this PR fixes:

Closes #2942
Closes #1028

Special notes for your reviewer:

Does this PR introduce a user-facing change?:

The rclone based storage initializer is now default. Please, see the upgrading section.

@RafalSkolasinski RafalSkolasinski marked this pull request as draft May 4, 2021 10:21
@RafalSkolasinski
Copy link
Contributor Author

/test integration

@RafalSkolasinski
Copy link
Contributor Author

/test notebooks

@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@seldondev seldondev added size/XL and removed size/M labels May 4, 2021
@RafalSkolasinski
Copy link
Contributor Author

To note: integration and notebook tests passed in a commit prior to one containing docs changes.

@RafalSkolasinski RafalSkolasinski marked this pull request as ready for review May 4, 2021 17:10
@RafalSkolasinski RafalSkolasinski requested a review from axsaucedo May 4, 2021 17:10
- Minio-compatible (using `s3://`)
- Azure Blob storage (using `https://(.+?).blob.core.windows.net/(.+)`)

A Kubernetes PersistentVolume [can be used](../examples/pvc-tfjob.html) instead of a bucket using `pvc://`.
Copy link
Contributor Author

Choose a reason for hiding this comment

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

One thing I am not sure is if this is feature of SC Operator or the kfserving storage initialiser?

@@ -90,7 +90,7 @@ singleNamespace: false
storageInitializer:
cpuLimit: "1"
cpuRequest: 100m
image: gcr.io/kfserving/storage-initializer:v0.4.0
image: seldonio/rclone-storage-initializer:1.8.0-dev
Copy link
Contributor

Choose a reason for hiding this comment

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

Would this be covered by the release.py?

@axsaucedo
Copy link
Contributor

/approve

@seldondev
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: axsaucedo

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants