-
Notifications
You must be signed in to change notification settings - Fork 460
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
Operator keeps trying to create buckets every 5 seconds #1829
Comments
@cniackz ^^ |
Thank you @jiuker, your PR is fixing the issue I introduced: |
cniackz
pushed a commit
that referenced
this issue
Oct 30, 2023
* fix #1829 * doc * reanme * lint * docs * rename --------- Co-authored-by: guozhi.li <[email protected]>
Hey, I'm having this issue. My operator logs show that is trying to create a bucket every 5 seconds. |
same here |
Yeah. That be fixed in 5.0.11 @kamikaze |
@jiuker is there an ETA on when 5.0.11 will be released? |
5.0.11 is released |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am running Operator 5.0.10 and Tenant Helm Chart deployed via ArgoCD. I have created my own user and some initial buckets. I can login with that user and the buckets do exists after the cluster is provisioned.
But the operator logs "Hit conflict issue, getting latest version of tenant" every 5 seconds and tries to add the buckets (again). During that time the application is also displayed as "Progressing" and not "Healthy" in ArgoCD.
Expected Behavior
I guess the buckets should be created once and the cluster should be healthy then :)
Current Behavior
Operator tries bucket creation every 5 seconds
Context
I am a bit hesitant to use the current cluster in production when it has "problems" every 5 seconds.
Your Environment
minio-operator
): 5.0.10uname -a
): Ubuntu 22.04 LTSThe text was updated successfully, but these errors were encountered: