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
Situation looks looks like a deadlock right now. I am running the operator in 5.0.14 and a tenant in same version, with default image RELEASE.2024-03-15T01-07-19Z. From this situation, the only possible upgrade is to bump minio image to RELEASE.2024-07-31T05-46-26Z. Anything higher breaks. Upgrading the operator version does not help.
Expected Behavior
Being able to upgrade from operator 5.0.14 to 6.0+.
Being able to bump minio image higher than RELEASE.2024-07-31T05-46-26Z when running operator in 5.0.x.
Current Behavior
When bumping operator to 6.0+, the minio image cannot be changed anymore because of:
host 127.0.0.1:9000: server update failed with: open /usr/bin/.minio.check-perm: permission denied, do not restart the servers yet
Your probably hitting #2229 and that was fixed in a later release. Unfortunately, you need to update manually MinIO manually. Easiest option is to delete the statefulset and operator will recreate it.
Situation looks looks like a deadlock right now. I am running the operator in 5.0.14 and a tenant in same version, with default image RELEASE.2024-03-15T01-07-19Z. From this situation, the only possible upgrade is to bump minio image to RELEASE.2024-07-31T05-46-26Z. Anything higher breaks. Upgrading the operator version does not help.
Expected Behavior
Being able to upgrade from operator 5.0.14 to 6.0+.
Being able to bump minio image higher than RELEASE.2024-07-31T05-46-26Z when running operator in 5.0.x.
Current Behavior
When bumping operator to 6.0+, the minio image cannot be changed anymore because of:
See #2305 for this issue.
When bumping image to RELEASE.2024-08-17T01-24-54Z and above:
Probably related to a change in that specific version.
Possible Solution
Steps to Reproduce (for bugs)
Example trying to bump minio image, keeping operator and tenant charts in 5.0.14. I'm using a fresh virtual machine here:
Context
Regression
Your Environment
minio-operator
): 5.0.14 and aboveuname -a
): Linux myhostname 6.1.0-21-amd64 SMP PREEMPT_DYNAMIC Debian 6.1.90-1 (2024-05-03) x86_64 GNU/LinuxThe text was updated successfully, but these errors were encountered: