spotahome / redis-operator

Redis Operator creates/configures/manages high availability redis with sentinel automatic failover atop Kubernetes.
Apache License 2.0
1.49k stars 357 forks source link

Feature: Adding capabilility to define custom probes #560

Closed samof76 closed 1 year ago

samof76 commented 1 year ago

Feature: Custom Probes

Both Redis and Sentinel will have the capability to now define...

samof76 commented 1 year ago

@ese can you please review this?

samof76 commented 1 year ago

@ese a couple of things I have done fix... ... 1. The issue of the alpha fields. Downgraded k8s.io/api and k8s.io/apimachinery

go get -v k8s.io/api@v0.24.4
go get k8s.io/apimachinery@v0.24.4
go mod tidy
go mod vendor

And then generated CRD file.

... 2. The minikube new version has an issue with the cni plugin so downgraded it, as well.

samof76 commented 1 year ago

@ese please review this?