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
After deploying the Minio Operator using Kustomize from the main branch, the Operator fails to start entirely and provision the tenant, keeps looping over this error:
W1216 13:20:50.549487 1 reflector.go:547] k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: failed to list *v1alpha1.MinIOJob: the server could not find the requested resource (get miniojobs.job.min.io)
Expected Behavior
Minio operator is functional
Current Behavior
Pod are running but the operator fails to deploy entirely, with the error above
Tested solution: Use the files from 6.0.4 release instead of main branch.
Steps to Reproduce (for bugs)
Download source code for the operator, run kubectl apply -k . on the main branch
Context
New deployment
Regression
Commits after release 6.0.4
Your Environment
Version used (latest):
Environment name and version : Kubernetes 1.31
Server type and version: Ubuntu 22.04 LTS
Operating System and version (uname -a): Linux 6.8.0-49-generic #49~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Nov 6 17:42:15 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
Link to your deployment file:
The text was updated successfully, but these errors were encountered:
After deploying the Minio Operator using Kustomize from the main branch, the Operator fails to start entirely and provision the tenant, keeps looping over this error:
Expected Behavior
Minio operator is functional
Current Behavior
Pod are running but the operator fails to deploy entirely, with the error above
Possible Solution
Rollback or fix: 6cd2041
Tested solution: Use the files from 6.0.4 release instead of main branch.
Steps to Reproduce (for bugs)
Download source code for the operator, run
kubectl apply -k .
on the main branchContext
New deployment
Regression
Commits after release 6.0.4
Your Environment
latest
):uname -a
):Linux 6.8.0-49-generic #49~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Nov 6 17:42:15 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered: