Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing Minio Jobs prevent the Operator from starting #2368

Open
DClabaut opened this issue Dec 16, 2024 · 0 comments
Open

Removing Minio Jobs prevent the Operator from starting #2368

DClabaut opened this issue Dec 16, 2024 · 0 comments

Comments

@DClabaut
Copy link

DClabaut commented Dec 16, 2024

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

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 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:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant