You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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.
The text was updated successfully, but these errors were encountered:
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 workBut 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.
The text was updated successfully, but these errors were encountered: