redis-enterprise-k8s-docs icon indicating copy to clipboard operation
redis-enterprise-k8s-docs copied to clipboard

Results 70 redis-enterprise-k8s-docs issues
Sort by recently updated
recently updated
newest added

The following Role rule can cause problems with users that are not full cluster admin: ``` - apiGroups: ["rbac.authorization.k8s.io", ""] resources: ["roles", "serviceaccounts", "rolebindings"] verbs: ["bind", "escalate", "impersonate", "userextras", "create",...

Two small typo fixes

Plus there is really no need to refer to a file here. You modify whatever holds your REC definition.

Hello, How can I configure custom logrotate? For example: custom-log-rotate.conf `/var/opt/redislabs/log/*.log { daily missingok copytruncate rotate 1 compress notifempty }` I'll try to execute into pod, the following code: `logrotate...

How to connect to cluster using stackexchange.redis Do I need to create DB and connect to it. If so how can i do that Is there any documentation around this?...

### Problem Description Kubernetes has been deprecating API(s), which will be removed and are no longer available in 1.22. Operators projects using [these APIs](https://kubernetes.io/docs/reference/using-api/deprecation-guide/#v1-22) versions will **not** work on Kubernetes...

I was hoping that I could create a database in the UI and it would create a RedisEnterpriseDatabase resource that I could learn from, but creating the database in the...