-
-
Notifications
You must be signed in to change notification settings - Fork 232
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
Cluster in fail state after creation #12
Comments
Thanks for reporting the issue, I will check this |
Hmm seems like a bug, we will try to fix this by the weekend. |
using a different installation we had to add "--cluster-announce-ip $(POD_IP)". suspect a similar change may be required. |
So we have tested this internally in few days, there will be a new release of 0.2 |
This will be fixed in this PR |
This is fixed #14 |
devkmsg
added a commit
to devkmsg/redis-operator
that referenced
this issue
Jan 30, 2024
…/internal patches Merge in OSS/redis-operator from ~ATHOMPSON/redis-operator:sync-internal-cs-main-to-0.14 to cs-main * commit '2ea8fcaf61b322186f8a0a2c4e7bcb310f55ea2d': Revert "Handle nil probe" Handle nil probe Bumps prometheus/client_golang to address vuln Adds CODEOWNERS for our internal branch [Feature] Add Redis Sentinel Support (OT-CONTAINER-KIT#408) Fixed Redis Replicate Cache bug (OT-CONTAINER-KIT#424) [Feature] : Add Replication Mode to the Redis Operator (OT-CONTAINER-KIT#417) [Development][Add] Added recreation logic for statefulset (OT-CONTAINER-KIT#411) Fixes issue with arm64 support. (OT-CONTAINER-KIT#404) [Development][Add] Added nodeSelector and tolerations for cluster (OT-CONTAINER-KIT#410) Add Label Selector to pod anti affinity (OT-CONTAINER-KIT#407) When cr annotation update,sts annotations will not updated! (OT-CONTAINER-KIT#398) fix: invalid memory address or nil pointer dereference (OT-CONTAINER-KIT#395) export redis exporter as a container port (OT-CONTAINER-KIT#393) [Development][Add] Added feature for additional volume mounts (OT-CONTAINER-KIT#389) fix crash with go panic (OT-CONTAINER-KIT#385) Add check PersistenceEnabled not nil (OT-CONTAINER-KIT#380) [feature]add serviceType functionality for standalone and cluster with annotations (OT-CONTAINER-KIT#376)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
the created cluster is in failed state after following the helm installation instructions:
all pods are running:
logs are the same for every instance:
the operator log provides an indication of the issue:
at this point the cluster was re-created with a password. this still did not work:
cluster was re-created again after removing previous persistent storage.
operator is now "hanging":
performing the cluster creation manually results in:
any idea how this can be resolved?
The text was updated successfully, but these errors were encountered: