Redis Enterprise Operator install problem

Latest response

I get an error when I want to install redis on openshift cluster. I get an error both in the installation via operators and in the installation with the redis helm chart. There are some changes I made below, but I still keep getting the error. How can I get a solution for this.

oc adm policy add-scc-to-user redis-enterprise-scc system:serviceaccount:my-project:redis-enterprise-operator

oc adm policy add-scc-to-user redis-enterprise-scc system:serviceaccount:my-project:

operators logs
installing: waiting for deployment redis-enterprise-operator to become ready: deployment "redis-enterprise-operator" not available: Deployment does not have minimum availability.

replicaset
Error creating: pods "redis-enterprise-operator-78d9bf7668-" is forbidden: unable to validate against any security context constraint: [provider "anyuid": Forbidden: not usable by user or serviceaccount, spec.containers[0].securityContext.runAsUser: Invalid value: 1001: must be in the ranges: [1000640000, 1000649999], provider "nonroot": Forbidden: not usable by user or serviceaccount, provider "hostmount-anyuid": Forbidden: not usable by user or serviceaccount, provider "machine-api-termination-handler": Forbidden: not usable by user or serviceaccount, provider "hostnetwork": Forbidden: not usable by user or serviceaccount, provider "hostaccess": Forbidden: not usable by user or serviceaccount, provider "privileged": Forbidden: not usable by user or serviceaccount]

Responses