I see the default MinIO configuration does not work, reporting the failure:
Error: INSTALLATION FAILED: unable to build kubernetes objects from release manifest: resource mapping not found for name: “minio” namespace: “” from “”: no matches for kind “Ingress” in version “networking.k8s.io/v1beta1”
ensure CRDs are installed first
How can I configure MinIO to allow for remote access to its HTTP UI and it not report an error. I did try adding the auto ingress I usually use for other services but the error remains.
What version of minio did you try to install @DavidARivkin ? From the error, it looks like it’s trying to use the old Ingress API (v1beta1) instead of the new ones?
Im using the built in Helm Charts with Okteto so whatever is the version there. Im using the documented Ingress API on the okteto website.
But even without the ingress, the deployment fails.
I experimented with this issue previously as well, I found the issue was the minio deployment was trying to mount with pvc, but the pvc was missing…
@DavidARivkin found the issue; we need to upgrade to the latest version of Minio (we were using the ones made by Bitnami, which are not supported).
While we fix the issue, you can also deploy it into your namespace directly from minio 5.0.1 · austince/minio-official