redis / docs

Documentation for Redis, Redis Cloud, and Redis Enterprise
https://redis.io/docs/latest/
Other
15 stars 74 forks source link

Update for openshift OperatorHub Note: Known Limitation #123

Open hmarrao opened 2 months ago

hmarrao commented 2 months ago

On the note:

Known Limitation - The automatic use of the security constraint is limited. The Redis Enterprise must be named rec for the constraint to be used automatically. Use the cluster name rec when deploying with the OperatorHub

one may add:

or ensure that rec yaml is using the proper rec service account by setting "rec.spec.serviceAccountName: rec" and "rec.spec.createServiceAccount: false" into your yaml definition.

If you require a different name, you must grant the SCC to the project namespace.

mich-elle-luna commented 2 months ago

Hi,

Thank you for this suggestion, are you referring to this page? https://redis.io/docs/latest/operate/kubernetes/deployment/openshift/openshift-operatorhub/ Just want to be sure we update the right content.

-Michelle

hmarrao commented 2 months ago

Hello, Hope you are dogin well ...

yes that the page yes!!!

... thx ...