redis-enterprise-k8s-docs
redis-enterprise-k8s-docs copied to clipboard
Hi Team, We want to use Redis as caching solution for one of our use case and for the same have downloaded image - redis-7.2.4-64.rhel8-openshift from docker hub - (https://hub.docker.com/layers/redislabs/redis/7.2.4-64.rhel8-openshift/images/sha256-5136fad94063d8bb6a65ac3c0fa3e41ca33f6cf16fcefbb9e0e74b24317a5b29?context=explore)...
I faced with some issues when try to start Redis Enterprise cluster in the Google GKE Autopilot cluster. At first after applyiing the bundle (version 7.2.4.2) i got such errors...
I found that cannot get the database created on web console via `kubectl get redb`. By the way, on web console, I cannot delete the database created by `kubectl` as...
Hello, I'd like to create multiple redis clusters in different namespaces. Is it possible? If so how can I achive that?
It's unclear if this operator is gratis to run or what is missing from a licensed version. Will the operator refuse to run if a license key is not provided?...
Just follow the quick start steps to create redis-enterprise, but pod "services-rigger" always failed to start. **eli-master-60:~/eli # kubectl get all** ``` NAME READY STATUS RESTARTS AGE pod/my-rec-0 1/2 Running...
I want to define the following securityContext for all containers created by the redis enterprise operator: ``` securityContext: capabilities: drop: - ALL runAsNonRoot: true runAsUser: 1001 allowPrivilegeEscalation: false readOnlyRootFilesystem: true...
``` [zhenyu.lan-a@----s` ~]$ kubectl get all NAME READY STATUS RESTARTS AGE pod/rec-0 1/2 Running 0 2m37s pod/rec-services-rigger-6ddcd5796f-5tcjc 1/1 Running 0 4d18h pod/redis-enterprise-operator-69d566468c-m2p6k 3/3 Running 4 4d18h NAME TYPE CLUSTER-IP EXTERNAL-IP...
Deploying on OpenShift and following the instructions [here](https://docs.redis.com/latest/kubernetes/deployment/openshift/openshift-cli/). Creating the `RedisEnterpriseDatabase` object on a fresh cluster deployment results in: `Error from server (InternalError): error when creating "/tmp/redis-enterprise-database.yml": Internal error occurred:...