Laurent Droin
Laurent Droin
Works great, thank you. In my case, the `| less` messed up the formatting. I replaced it with `; read -p ''` Just in case it helps.
Hi, What does `kubectl get sc -o yaml` return?
Thank you. What is the output of the 2 following commands: `kubectl describe pvc` `kubectl describe pv`
Hi, I would suggest running the log_collector.py script from this project in order to generate a diagnostic package and open a Support Ticket with Redis Labs to upload the package...
Hi Paul, This is a very generic message that is always displayed when the pod (node) is not bootstrapped. There can be dozens of reasons for it, so just like...
Hi Soorosh, I think the problem for you is the resources. 1 GB of memory is definitely not enough and the first pod will never be able to create the...
Hi @soroshsabz, Yes, as I explained in the other issue you opened (I didn't see you opened this new one), this is expected. After a Redis Enterprise cluster is created,...
There could be many reasons for this. Can you generate a diagnostic package using the log collector script (https://docs.redis.com/latest/kubernetes/logs/collect-logs/) and open a Support ticket with Redis?
Hi, Indeed, creating a database in the UI will not create a corresponding REDB Kubernetes resource (the Redis Enterprise Cluster by itself not being aware it is running in a...
Hi @grtrout There is an admission controller that you can configure and that should help block the REDB creation if the corresponding database cannot be created. The admission controller is...