-
Notifications
You must be signed in to change notification settings - Fork 123
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
Add csi-s3 storage class as big data passing storage #753
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Tomcli 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 |
@Udiknedormin This is the open source S3 CSI storage we use for mounting S3 storage. If there are other storages you want to use for mounting S3, please let us know. Thanks. |
@ScrapCodes can you put lgtm here if this PR looks good to you? |
/hold |
Hi @Tomcli , Somehow, I am not succesfull in installing on IBM Cloud k8s cluster. So, tried on a standalone instance. After succesfully applying the following commands,
And trying to run the big_data_passing pipeline locally, I am getting POds in pending
May be CSI-s3 does not work on a standalone instance.
|
/unhold |
Sorry with the late reply. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall looks good to me !
Here we changed the default storage class to kfp-csi-s3
, but the manifests installs a storage class csi-s3
. Do you think we can add this point to documentation ?
Or can we change the manifests to install a storage class kfp-csi-s3
by default.
Looks like a I missed a change, LGTM!!
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ScrapCodes, Tomcli 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 |
/hold |
/lgtm Feel free to unhold, if you think this is good to go. |
/unhold |
@Tomcli
Even though the configured capacity is:
|
I think that's the default behavior of the S3 CSI because the S3 storage can be expanded without updating the PVC. (E.g. when using IBM Cloud object storage). So they used the maximum capacity for pvc as default. |
Which issue is resolved by this Pull Request:
Resolves #569
Description of your changes:
Environment tested:
python --version
):tkn version
):kubectl version
):/etc/os-release
):Checklist: