Ramon de Klein
Ramon de Klein
It would be nice if Swashbuckle would have a standard filter implementing a proper file-upload operation filter that handles `IFormFile` properly.
@domaindrivendev Great, just checked it and works flawlessly. 👍
Our engine doesn't index the data during the ingestion phase (there is only a sparse index for date/time fields). The engine needs to count all contributions for each repo (`GROUP...
https://minio.slack.com/archives/C3NDUB8UA/p1711617745393569 may also be related to this.
@cniackz I am also able to spin up tenants, but this code looks wrong: https://github.com/minio/operator/blob/01c56a5a17303641aa9b5dd4017428d585125c11/pkg/sidecar/sidecar.go#L152-L174 The variable `rootUserMissing` is always `true` and will always trigger the error message.
There is not a lot of documentation yet, but you can already use [job.min.io/v1alpha1](https://github.com/minio/operator/blob/master/docs/job_crd.adoc#jobminiov1alpha1) to submit jobs to Minio via Kubernetes CRDs with the latest version of the operator. Note...
@iegurbide We're in the process of documenting this functionality, but it's not completely ready yet. I also wouldn't recommend this at this stage for production. Some pointers: - https://github.com/minio/operator/pull/2173 -...
Not sure if it's ready for review again. Please mention is we need to review again...
@feorlen Please let me review when you're done. I'll be OOO until Monday, but would be glad to test it...
Although the documentation implies that node ports are automatically created, they are not. Nodeports is probably also not how you want to expose your service. You typically expose services in...