Ramon de Klein

Results 147 comments of Ramon de Klein

@ravindk89 @feorlen We need to remove this from the online docs.

@bigbang20061 It shouldn't be necessary to change the deployment/cluster ID. I just checked with operator v7, but with the default tenant settings (and with `requestAutoCert: false`), I couldn't replicate the...

@adelinag08 The latest version of the tooling seems to be more strict. We need to address this to ensure the checks are working again. I have submitted PR https://github.com/minio/minio-dotnet/issues/1124 to...

I'm seeing the same issue in our GitHub runner: ``` 2025/03/20 00:22:59 Failed to get image auth for [https://index.docker.io/v1/.](https://index.docker.io/v1/) Setting empty credentials for the image: registry:latest. Error is: credentials not...

Not sure if you're using Helm to install the operator, but then you could use the `image.repository` and `sidecarImage.repository` values. If you prefer to use environment variables, then please set...

I'm not sure why the [test-tenant-hotfix-update (1.22.x, ubuntu-latest)](https://github.com/minio/operator/actions/runs/10111474652/job/27964561657?pr=2244) action fails. I don't think it's related to these changes.

@cniackz Can you review if you have bandwidth?

MinIO operator still will deploy KES, but KES has been archived and won't be further supported by MinIO.

Operator v6 saves the environment variable to a configuration file on disk, but it only seems to support environment variables that are mapped explicitly to a value ([source](https://github.com/minio/operator/blob/97d95fa53b6c3d8f45a313cad9c71735fed315e7/pkg/configuration/tenant_configuration.go#L237-L243)): ```go func...