spotahome / redis-operator

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

Operator does not create expected kubernetes resources #678

Closed maysgar closed 8 months ago

maysgar commented 10 months ago

Expected behaviour

I want to test a simple Redis failover using the operator.

Actual behaviour

Kubernetes does not create the resources listed in the installation guide.

Steps to reproduce the behaviour

This is what I did:

kubectl create -f https://raw.githubusercontent.com/spotahome/redis-operator/v1.2.4/manifests/databases.spotahome.com_redisfailovers.yaml
kubectl apply -f https://raw.githubusercontent.com/spotahome/redis-operator/v1.2.4/example/operator/all-redis-operator-resources.yaml
kubectl create -f https://raw.githubusercontent.com/spotahome/redis-operator/v1.2.4/example/redisfailover/basic.yaml

Kubernetes created the redisfailover custom resource but it didn't generate any of the expected rfr-<NAME> redis configmap, statefulset, service or the rfs-<NAME> sentinel configmap, deployment and service resources.

Environment

I am running v1.2.4 since v1.3.0 fails to install, and I followed the guide using kubectl.

github-actions[bot] commented 9 months ago

This issue is stale because it has been open for 45 days with no activity.

github-actions[bot] commented 8 months ago

This issue was closed because it has been inactive for 14 days since being marked as stale.