datapipelines
datapipelines copied to clipboard
Fix v0.9
Some fixes are added. Also a new folder of ODH containing Kfdef of ODH v0.9
@Tutj Thanks for all the corrections. Files were from a time were I deployed the Database and Kafka in another folder, which is not necessary. But before I merge, quick remark/question: do you think it's really useful to deploy all the ODH components like Seldon, AI library,...? It just consumes more resources and may "disorient" the user who does not know what to do with all those pods, deployment configs, routes,...
Agree, we can remove unnecessary components of ODH that can consume more resources.
I also want to remove "rook-ceph-rgw-ocs-storagecluster-cephobjectstore" service when deploying rgw for OCS and modify route to point to default service of OCS. I will update the PR later
You can't do that. MCG/Noobaa, the default S3 service, does not feature bucket notifications (at least not in this form).
On Mon., Dec. 28, 2020, 01:51 Tutj, [email protected] wrote:
I also want to remove "rook-ceph-rgw-ocs-storagecluster-cephobjectstore" service when deploying rgw for OCS and modify route to point to default service of OCS. I will update the PR later
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/guimou/datapipelines/pull/3#issuecomment-751602657, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA6C4YWM42C4G2OK25AIRV3SXATGFANCNFSM4VIC4IXQ .
As by default, Noobar will be the object storage and we will have pods running under the control of noobar. However, i dont see that pod running since we deploy the demo on AWS? (actually i dont know why OCS running on AWS has no rgw :s). That is why we need to deploy rgw by hand then in this case "rook-ceph-rgw-ocs-storagecluster-cephobjectstore" service has no meaning, neither noobar?