Skip to content

Commit f34305f

Browse files
changed wording of SCC note
1 parent 71a9a94 commit f34305f

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

content/operate/kubernetes/deployment/openshift/openshift-operatorhub.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ To see which version of Redis Enterprise for Kubernetes supports your OpenShift
2929

3030
Only one namespace per operator is supported.
3131

32-
4. Update the **channel** with the version you're installing.
32+
4. Update the **channel** with the version you're installing.
3333

3434
For more information about specific versions, see the [release notes]({{< relref "/operate/kubernetes/release-notes/" >}}).
3535

@@ -66,11 +66,15 @@ You only need to install the SCC once, but you must not delete it.
6666
After the install, the OperatorHub automatically uses the constraint for Redis Enterprise node pods.
6767

6868
{{< note >}}
69-
**Known Limitation** - The automatic use of the security constraint is limited. The
70-
Redis Enterprise must be named `rec` for the constraint to be used automatically. **Use the cluster name `rec` when deploying with the OperatorHub.**
69+
If you are using the recommended RedisEnterpriseCluster name of `rec`, the SCC is automatically bound to the RedisEnterpriseCluster after install.
70+
71+
If you choose a different name for the RedisEnterpriseCluster, or override the default service account name, you must manually bind SCC to the RedisEnterpriseCluster’s service account:
72+
73+
```sh
74+
oc adm policy add-scc-to-user redis-enterprise-scc-v2 \
75+
system:serviceaccount:<my-project>:<rec-name>
76+
```
7177

72-
If you require a different name, you must grant the SCC to the project
73-
namespace.
7478
{{< /note >}}
7579

7680
## Create Redis Enterprise custom resources

0 commit comments

Comments
 (0)