datapipelines icon indicating copy to clipboard operation
datapipelines copied to clipboard

Fix v0.9

Open Tutj opened this issue 4 years ago • 5 comments

Some fixes are added. Also a new folder of ODH containing Kfdef of ODH v0.9

Tutj avatar Dec 24 '20 11:12 Tutj

@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,...

guimou avatar Dec 27 '20 20:12 guimou

Agree, we can remove unnecessary components of ODH that can consume more resources.

Tutj avatar Dec 28 '20 04:12 Tutj

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

Tutj avatar Dec 28 '20 06:12 Tutj

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 .

guimou avatar Dec 28 '20 12:12 guimou

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?

Tutj avatar Dec 29 '20 16:12 Tutj