Abhishek Dubey

Results 14 comments of Abhishek Dubey

So you need arm based redis-operator docker image?

Yeah this feature is not supported right now

I guess this appending [] brackets are causing this issue

Right now it's a 1:1 ratio between leader and follower. This can be an enhancement feature.

Right now, high availability is not supported without sharding but we do have an intent to add this in future.

It's in to-do list @arezvani

Can you fix the CI warnings, please? @asure-king

@mobasherul I forked this project and fixed it github.com/iamabhishek-dubey/k8s-objectmatcher/patch Example:- ```golang patchResult, err := patch.DefaultPatchMaker.Calculate(storedStateful, newStateful, patch.IgnoreStatusFields(), patch.IgnoreVolumeClaimTemplateTypeMetaAndStatus(), patch.IgnorePersistenVolumeFields(), patch.IgnoreField("kind"), patch.IgnoreField("apiVersion"), patch.IgnoreField("metadata"), ) ```