Open-IoT-Service-Platform / platform-launcher

Apache License 2.0
16 stars 16 forks source link

Minio-operator problem #701

Closed wagmarcel closed 1 year ago

wagmarcel commented 1 year ago

Cf https://github.com/IndustryFusion/DigitalTwin/issues/248

Create a reproducible test-case for the error

yshashix commented 1 year ago

Was problem due to removal of credsecret field in tenant spec in newer version of minio operator. Stick to specific updated version

wagmarcel commented 1 year ago

Can we use an explicit target version of minio using krew? Can we update to a specific version with kubectl minio?

yshashix commented 1 year ago

Using krew we can update minio version but it does not allow to specify which exact version upgrade should it take. The update command is < kubectl krew upgrade minio > So possible method to stick to a version is by using a binary downloaded

yshashix commented 1 year ago

PR created in DT: Ubuntu 20.04 & 22.04 support + Kafka upgrade 3.3 + minio fix to specific version