OT-CONTAINER-KIT / redis-operator

A golang based redis operator that will make/oversee Redis standalone/cluster/replication/sentinel mode setup on top of the Kubernetes.
https://ot-redis-operator.netlify.app/
Apache License 2.0
731 stars 206 forks source link

Unsupported Roles creation instead of ClusterRole on redis-operator chart #1004

Closed ifalex closed 1 week ago

ifalex commented 1 week ago

What version of redis operator are you using? 0.17.0

kubectl logs <_redis-operator_pod_name> -n <namespace>

redis-operator version:

Does this issue reproduce with the latest release? Yes

What operating system and processor architecture are you using (kubectl version)?

kubectl version Output
$ kubectl version

What did you do? When trying to install redis-operator in a namespaced (openshift) with limited permissions only to namespace chart currently allows creation only for clusterroles.

What did you expect to see? Allow flexibility to create Roles instead of ClusterRoles when namespaced scope.

What did you see instead?