Jonathon Beauregard II
Jonathon Beauregard II
~~I can only find this doc, with not that much information: https://redis.io/commands/debug/~~ And exec into the sentinel container does not help. `Sentinel debug` is not a command there either. ```...
AAAAAAAAAAAH, that explains that. https://hub.docker.com/r/bitnami/redis-sentinel/tags?page=1&ordering=last_updated It does not appear that is an option with this chart.
The redis and the bitnami/redis images are not interchangeable. I attempted that yesterday and that did not work. I also do not see a way to built my own bitnami/redis...
Something like that won't work for k8s. What I did do earlier to continue testing is create a manual deployment with the following. I created these items in the Rancher...
@moticless A single sentinel should be able to enter `tilt mode`, is that correct?
At first we were thinking it was either host or hypervisor/vm related. However, I deployed a node pool onto a public cloud, and setup a centos 7 node there. The...
That's the thing. The k8s workers have lots of spare util. They typically sit at around %200 total cpu util, and they have 6 cores each. They also have lots...
@jurschel Is it on prem or cloud that you have deployed to? What OS is the worker running? We have no solution yet. I have just manually setup using the...
Ok interesting development. I deployed an ubuntu vm into the test k8s cluster and the bitnami redis sentinel also tilted a bunch there. So my idea of it being a...
Hi @moticless The crashing seems to be because of health and live checks. We have removed them from a couple of deployments we are testing with. Tilting still continues, but...