Jordan Rodgers

Results 44 comments of Jordan Rodgers

@connor4312 any chance we can get a new NPM release soon? Thanks!

@tylerbutler @connor4312 (or feel free to redirect me to whoever has the ability to) friendly bump on a new release here, thanks!

For example, a simple readiness probe to ensure pods only roll when it is safe to do so: ``` #!/bin/sh state=$(redis-cli cluster info | grep cluster_state | cut -d: -f2...

Unfortunately without a readiness probe, the StatefulSet has no protections against rolling the pods too fast, so we also need readiness probes (unless the operator can somehow add a feature...

I think https://github.com/OT-CONTAINER-KIT/redis-operator/issues/923 is somewhat related, although that talks about solving this in the operator itself versus just properly allowing something like a readiness probe to be used

There is also another issue that occurs when you don't use readiness probes, scaling up the cluster causes requests to be sent to the new leader/follower pods even before they...

@drivebyer Still working on actually testing it, but curious what you think of https://github.com/OT-CONTAINER-KIT/redis-operator/pull/1038 as a potential way to fix this