SeldonIO / seldon-deploy-operator

Seldon Deploy installation
4 stars 4 forks source link

batch demo on openshift #13

Open ryandawsonuk opened 3 years ago

ryandawsonuk commented 3 years ago

There are currently no certified versions of argo or minio. But let's say you install them using helm. There are then some gotchas.

It is possible to configure minio following the deploy docs. You then just have to add the minio namespace to the istio member roll. But the client image supplied by minio doesn't simply work on openshift. I've built an image (ryandawsonuk/mc:rhtest) from the PR referenced on that issue and that does work

But there's also a problem with argo when it comes to marketplace integration (which we can't do because there isn't an operator anyway).

Argo can be installed in the usual way from the deploy docs. On openshift the container runtime has to be changed.

You might find some stuff out there telling you to enable hostpath volumes. Don't do that as you don't need to and it leads to an issue with the marketplace catalog. That makes it difficult to test anything related to marketplace.

All of this can be resolved for a non-marketplace openshift install.

ryandawsonuk commented 3 years ago

I did get this working using the above steps so closing this issue. Should refer back to this for future.

Marketplace versions bit remains outstanding.

ryandawsonuk commented 3 years ago

Actually there seems to be a conflict between marketplace and the minio helm chart. That is an awkward problem.

But actually it's more manageable now I know I can resolve it by removing the minio helm chart and don't have to create a new cluster each time.